Log in

View Full Version : Embed mp3 file in Firefox - not working



TCSBSGTQS
12-12-2007, 12:00 PM
Hi,

I've just embeded an mp3 file to play on my site when it has been clicked. And it is working fine in Internet Explorer ( although everytime I visit my site it asks me to press enter or the space bar'to use this control').

But the player does not appear in firefox! I look at the code and it's all there and looks fine, but there is no player!

Can someone have a look at the code for

http://www.thecompletestepbystepguidetoquittingsmoking.com/

and tell me where I'm going wrong please?

Thanks

Dan

tech_support
12-13-2007, 09:20 AM
Broken link.

TCSBSGTQS
12-13-2007, 04:02 PM
Sorry,

Don't know what happened there:

http://www.thecompletestepbystepguidetoquittingsmoking.com/

Any advice would be great!

Thanks

Dan

jscheuer1
12-13-2007, 04:38 PM
Get rid of hidden="x"


<embed src="Welcome_Message.mp3" width="145" height="60" autoplay="false" hidden="x" loop="false" volume="40"></embed>

To get rid of space-bar and/or click to activate, use:

http://home.comcast.net/~jscheuer1/side/click_to_activate_w.htm

TCSBSGTQS
12-13-2007, 04:51 PM
Hi John,

Thanks!

That is spot on, I'd just copied and pasted the code and not looket at that tag, much appreciated.

Thank you very much for your help

Dan

dbuckley
01-04-2008, 01:32 AM
Saw the fix above, which was great. 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.

Thanks