Flash on my website works in Safari, but not Firefox

Joined
Jan 27, 2011
Messages
1
Reaction score
0
Points
1
Hey team,

I'm building a website using iWeb and I inserted flash on one page with an HTML widget. It was working in Firefox yesterday, but now it won't. I can view other flash website in Firefox, just not mine.

When I open my website in Safari I can view the flash.

I've tried with two different codes:

<embed style="width:1020px; height:500px;" id="VideoPlayback" type="application/x-shockwave-flash"
src="http://www.dylanjamesgeorge.com/home.swf" quality="high" bgcolor="#000000"
flashvars=""></embed>

AND

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"

width="1020" height="500"

id="Sample">

<param name="movie"

value="http://www.dylanjamesgeorge.com/home.swf" />

<param name="quality" value="high" />

<param name="bgcolor" value="#000000" />

<embed src="http://www.dylanjamesgeorge.com/home.swf" quality="high" bgcolor="#000000"

width="1020" height="500"

name="mymoviename" align="" type="application/x-shockwave-flash"

pluginspage="http://www.macromedia.com/go/getflashplayer">

</embed>

</object>


Both work fine in Safari, but not Firefox... any ideas? Any other code I might try?

Thanks,

Dylan
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top