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.
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.
post the code you currently have wrapping it within [code] [/code] tags please
Just embed the sound file and set the height and width to zero;
And that's it.HTML Code:<embed src="http://somewhere.com/yoursound.mp3" width="0" height="0" autoplay="true" loop="true"></embed>
last time i check you could use hidden="true"...
Code:<embed src="http://somewhere.com/yoursound.mp3" hidden="true" autoplay="true" loop="true"></embed>
Bookmarks