1
shortygurl
I NEEEEEEEEEED MUSIC!!!
  • 2004/9/12 3:17

  • shortygurl

  • Just popping in

  • Posts: 11

  • Since: 2004/9/11


Does anyone know of a mod or block that plays mp3's?

If I knew how to program I would....but since I can at least wish...

I wish.... I could put any of my own songs in myself and it play on my site.

2
Aianda
Re: I NEEEEEEEEEED MUSIC!!!
  • 2004/9/12 8:02

  • Aianda

  • Just popping in

  • Posts: 71

  • Since: 2004/2/12


there is i-radio in early stages of development:
https://xoops.org/modules/mydownloads/singlefile.php?cid=24&lid=785

and also
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1024


there is also a another web application called Netjuke, unrelated to xoops

good luck.

3
Kerzon
Re: I NEEEEEEEEEED MUSIC!!!
  • 2004/9/12 11:20

  • Kerzon

  • Just popping in

  • Posts: 30

  • Since: 2003/6/4 1


You can use a program called Wimpy Player (www.wimpyplayer.com), the license is only 20 dollars. Once you have that, upload wimpy.php and wimpy.swf into your mp3 directory. Then just create a custom block in XOOPS and paste this code:

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="450" height="150">
<param name="movie" value="http://www.yourdomain.com/mp3/wimpy.swf?wimpyApp=http://www.yourdomain.com/mp3/wimpy.php">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="wimpy.swf?wimpyApp=wimpy.php" width="450" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>

Make sure to change the www.yourdomain.com parameter to your own domain. You can adjust the width and height as you like. I got this working fine on my site (although, it's not active yet, waiting for our new CD to come out).

Good luck!

4
kiwiguy
Re: I NEEEEEEEEEED MUSIC!!!
  • 2004/9/13 10:08

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


You could also do this and get it for free LOL just add a block and paste this code into your block usuiing HTML..

Quote:
<div align="center">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td>
<p align="center"><font face="Arial" size="2">Name of Song</font></td>
</tr>
<tr>
<td>
<p align="center">
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer1" align="middle" width="150" height="180">
<param name="URL" ref value="http://www.yourdomain.com">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="1">
<param name="autoStart" value="0">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="100">
<param name="mute" value="0">
<param name="uiMode" value="mini">
<param name="stretchToFit" value="-1">
<param name="windowlessVideo" value="0">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
</object>
</td>
</tr>
</table>
</div>


Rememberhttp://www.yourdomain.com is where you place the url to point to where your mp3 is on your server.

Hope that helps.

Cheers
kiwiguy

5
flare02
Re: I NEEEEEEEEEED MUSIC!!!
  • 2004/9/20 11:16

  • flare02

  • Just popping in

  • Posts: 1

  • Since: 2004/9/20



I couldnyt play in Firefox Browser.

I think it's the matter with script.

Do you have any idea?

CAUSE since I updated window media player 10.

Firefox automatically picks up the plug in of WM player.

But just this script doesnt work.

Please Help~

Login

Who's Online

121 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 121


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits