views:

605

answers:

2

I am setting up a music blog that uses a embedded flash player on Blogger.

The flash player works fine in Chrome but not in Firefox any suggestions? Am I formatting my embed and object tags improperly?

http://mostlydirtyalwaysfresh.blogspot.com/

A: 

Removed: type="application/x-shockwave-flash" data="http://mostlydirtyalwaysfresh.sharingizcaring.com/audio_player_black.swf" id="audioplayer"

From object tag.

ian
A: 

You should try using SWFObject to embed your swfs - it writes the object/embed tags for you, so you don't have to worry about all the different browser implementations:

http://code.google.com/p/swfobject/

Geoff