codemonkey
18 Dec 2010, 02:37 PM
Hello everyone, hope I'm posting this the right section
The following web-site: http://reddragunweapons.com has FLASH on the main page.
Suddenly yesterday it stopped showing up in firefox and opera, but it works fine in I.E.
As far as I can tell nothing was changed on the page itself (may be hosting chaned something?)
Here is the embed code (above is the hidden code which I also tried using)
I'm running out of options. Thought I'd ask the community before paying someone to fix it :(
<!--
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="#" width="202" height="151" id="#">
<param name="movie" value="slide.swf" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed src="slide.swf"
width="202"
height="151"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
allowFullScreen="true"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" name="#" />
</object>
OLD CODE
-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="202" height="151">
<param name="movie" value="/slide.swf" />
<param name="quality" value="high" />
<embed src="/slide.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="202" height="151"></embed>
</object>
The following web-site: http://reddragunweapons.com has FLASH on the main page.
Suddenly yesterday it stopped showing up in firefox and opera, but it works fine in I.E.
As far as I can tell nothing was changed on the page itself (may be hosting chaned something?)
Here is the embed code (above is the hidden code which I also tried using)
I'm running out of options. Thought I'd ask the community before paying someone to fix it :(
<!--
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="#" width="202" height="151" id="#">
<param name="movie" value="slide.swf" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed src="slide.swf"
width="202"
height="151"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
allowFullScreen="true"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" name="#" />
</object>
OLD CODE
-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="202" height="151">
<param name="movie" value="/slide.swf" />
<param name="quality" value="high" />
<embed src="/slide.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="202" height="151"></embed>
</object>