Hi I want to play an mp3 file on my site, but I only want a start and stop button. I do not want a fancy play list or anything.. What should i use? Thanks Zach
I would recommend this one: http://www.1pixelout.net/?page_id=34&cp=all It's meant for WordPress, but would be easy enough to use the .swf file on any website
Heres what I use. Isn't exactly what you described but its pretty low profile... <div style="position:absolute;top:-5px;left:0px;"> <Table width=90% border=0 align=right valign=top><tr><td align=right valign=top><form name=choose> <font color=white> <select style="background-color: darkgray;"size=1 onChange="midiplay(this);"> <option value="#">Select Music <option value="">None <option value="C:\WINDOWS\system32\oobe\images\title.wma">Intro <option value="./tunes/indian_summer.mp3">Indian Summer </select> </form></center> </td></tr></table></div> <script language="JavaScript"> <!-- document.write('<bgsound src="#" id=midijuke LOOP=INFINITE VOLUME = -500 autostart="true">'); function midiplay(what) { if (document.all) { document.all.midijuke.src = what.options[what.selectedIndex].value; } else { alert("Sorry, but the Music Menu is only accessible through MSIE4.0 and above."); } } //--> </script>
If you do a quick search on "Flash MP3 player", you'll find a number of good free one out there that are super easy to plug into a page!