2
I don't see why you would want to do that... it can be very annoying, but here's the code that will work in most platforms:
le="color: #000000"><?php <object type="audio/x-mpeg" data="sound.mp3" height="20" width="250"> <param name="autostart" value="true" /> <img src="nomp3.gif" width="200" height="100" alt="Sorry, you don't have the necessary plugin to hear mp3s" /> </object>
If you don't want the controller bar, make the width and height to 0.
If it's something other than an mp3, you need to change the type to match the mime-type. You can find the correct mime-type at
http://www.1extreme.net/mimetype.htmlGive it a try.