mp3player
Play easily and in minutes an mp3 in a web page? Try this free flash player.
With this player made in Flash, you can add an mp3 file to your web site. You don't need to have Flash to use it.
Uses
I'll let you invent the uses for this mp3 player . You can use it to publish your podcasts for example, rather than only allow people to download them. You can use it to publish a welcome message on your web site, extracts of your musical works, or the nice sound of your newborn.
Demo
Licence
You are allowed to use for free this mp3 player as long as you don't say you created it, or try to sell it. It comes with no warranty. If you're kind enough to put a link back somewhere to this web site, that's even better.
How to use it
- Download this swf file: mp3player.swf.zip (file zipped to ease download) or mp3player.swf. Yes it's small: 1240 bytes.
- Unzip it if necessary
- Copy it wherever you wan to use it.
- Name it the same way as you mp3 file. If your mp3 file is sound.mp3, name it sound.swf
- Insert that html code in your web page:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="240" HEIGHT="40" ALIGN="">
<PARAM NAME=movie VALUE="sound.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="sound.swf"
loop="false"
menu="false"
quality="high"
bgcolor="#FFFFFF"
WIDTH="240"
HEIGHT="40"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
And replace the name of the swf file at the two places where it is used.
Configuration
By default, the player doesn't start to play the file until the user clicks the 'play' button. If you want to start it once the page is loaded, add '?autostart=1' at the end of the file name of the swf.
For example, in the code written before, replace sound.swf par sound.swf?autostart=1
Support
If you have issues or want to make comments, you can try to reach me at cyril#@*cyrilgodefroy.com (delete # and *). Remember that it comes with no warranty.