//EDITED: just download and install this plugin: MP3 MyCode
You can try something like this.
In ACP - Custom My Code create new code:
MyCode title:
Simple MP3 Player
MyCode description:
Play mp3 from mp3music dir
Regular expression:
After that, download this attach and upload it in your root forum:
There is 2 folders:
/mp3player = where is your mp3 player
and
/mp3music = where you must to upload some .mp3 files
-------
To use it, just create a new post in your forum with next tag:
I don't know if this help you, but you can try. This is a nice mp3 player in flash.
//Later: See this DEMO
styler2go Wrote:I mean a page on my forum, where you can play music. It can be all but it must play music...
You can try something like this.
In ACP - Custom My Code create new code:
MyCode title:
Simple MP3 Player
MyCode description:
Play mp3 from mp3music dir
Regular expression:
\[mp3\](.*?)\[/mp3\]
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>
After that, download this attach and upload it in your root forum:
There is 2 folders:
/mp3player = where is your mp3 player
and
/mp3music = where you must to upload some .mp3 files
-------
To use it, just create a new post in your forum with next tag:
[mp3]namesong.mp3[/mp3]
where "namesong.mp3" = "http://www.yourforum/mp3music/namesong.mp3"I don't know if this help you, but you can try. This is a nice mp3 player in flash.
//Later: See this DEMO
From January 08, 2013:
MyBB Romania - MyBB Community Forums from Romania