Log in

View Full Version : Embed hidden audio autoplay in Firefox



dbuckley
01-04-2008, 01:30 PM
Just want to know though how to embed autoplay audio of my own choosing in a MySpace page that will play back in Firefox. I am having no prob with IE on a PC, Safari on a Mac. Just Firefox on both seem to be a problem.

boogyman
01-04-2008, 02:02 PM
post the code you currently have wrapping it within
tags please

Moglizorz
01-07-2008, 06:47 PM
Just embed the sound file and set the height and width to zero;

<embed src="http://somewhere.com/yoursound.mp3" width="0"
height="0" autoplay="true" loop="true"></embed>

And that's it.

emminar
01-10-2008, 05:04 AM
last time i check you could use hidden="true"...


<embed src="http://somewhere.com/yoursound.mp3" hidden="true" autoplay="true" loop="true"></embed>