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 exact problem, but I think one browser came up with a playback bar, and another may have given me a script error or something.
Does anyone know the most compatible coding to use that won't interrupt my website?
thanks
<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 exact problem, but I think one browser came up with a playback bar, and another may have given me a script error or something.
Does anyone know the most compatible coding to use that won't interrupt my website?
thanks