2008-04-04, 07:32 PM
(This post was last modified: 2008-04-06, 04:47 AM by mybbromania.)
corny Wrote:is it possible to add to it so that mp3's can be linked to from other url's?
[mp3]http://someforum.moc/music/song.mp3[/mp3]
I test this code with other mp3 file hosted on http://www.youshare.com
(just for test

and it works.
So... just use in your forum posts this tag:
[mp3]http://someforum.moc/music/song.mp3[/mp3]
If you have problem and don't play mp3 files from another site, just replace:
Replacement
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="mp3player/mp3player.swf?showDownload=false&autoStart=false&file=mp3music/$1" />
<param name="wmode" value="transparent" />
<embed wmode="transparent" width="150" height="20" src="mp3player/mp3player.swf?showDownload=false&autoStart=false&file=mp3music/$1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
with:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="http://yoursite.com/mp3player/mp3player.swf?showDownload=false&autoStart=false&file=mp3music/$1" />
<param name="wmode" value="transparent" />
<embed wmode="transparent" width="150" height="20" src="http://yoursite.com/mp3player/mp3player.swf?showDownload=false&autoStart=false&file=mp3music/$1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
where http://yoursite.com/mp3player/mp3player.swf is link to your mp3 player.
From January 08, 2013:
MyBB Romania - MyBB Community Forums from Romania