PDA

View Full Version : Embedded Flash player for your posts.


Seapaddler
12-11-2006, 04:24 PM
You are more than welcome to use this small mp3 player in your own posts. I'll host it for use on moi-alizee.us only. Please do not use it elsewhere. All you need is the url of the mp3 file you want to play and edit the code and paste it in your post. This is a very basic player with Play, Pause and Stop buttons only.

Replace UrlToYourMp3File in 3 separate places with the url to the remote MP3 file you want to embed in your post.


<object data="http://www.5sfb.net/alizee/flash/tiny_mp3_player.swf" width="24" height="17" style="vertical-align: bottom;" type="application/x-shockwave-flash">
<param name="type" value="application/x-shockwave-flash" />
<param name="src" value="http://www.5sfb.net/alizee/flash/tiny_mp3_player.swf" />
<param name="data" value="http://www.5sfb.net/alizee/flash/tiny_mp3_player.swf" />
<param name="codebase" value="http://www.5sfb.net/alizee/flash/tiny_mp3_player.swf" />
<param name="FlashVars" value="TheSound=http://UrlToYourMp3File" />
<param name="allowScriptAccess" value="never" />
<param name="movie" value="http://www.5sfb.net/alizee/flash/tiny_mp3_player.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<a href="http://UrlToYourMp3File"></a>
<embed src="http://UrlToYourMp3File" type="application/x-shockwave-flash" wmode="transparent" width="24" height="17"></embed>
</object>

TurinSZ
12-11-2006, 05:22 PM
thanks alot seapaddler:)

marik
07-10-2007, 08:47 AM
merci sepaddler! usefull HTML code!:)