I want to play a quick audio file on a website, however I want it to be hidden so no playback bar or anything appears. I've tried this:
<embed src="audiofilehere.mp3" autostart="true" hidden="yes">
and it works great with Firefox, but doesn't work as smooth with other browsers. I forgot the...