Link to home
Start Free TrialLog in
Avatar of AndySinger
AndySinger

asked on

can't get swf to dispaly in firefox

I can not get my flash to display in firefox at all.  All it is the media display component showing an flv.  It works fine in IE, does not display in firefox 1.0.2

Here is the code:

<object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="400" width="550" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param value="14552" name="_cx" />
<param value="10583" name="_cy" />
<param value="" name="FlashVars" />
<param value="http://www.mysite.com/video/my.swf" name="Movie" />
<param value="http://www.mysite.com/video/my.swf" name="Src" />
<param value="Window" name="WMode" />
<param value="-1" name="Play" />
<param value="-1" name="Loop" />
<param value="High" name="Quality" />
<param value="" name="SAlign" />
<param value="-1" name="Menu" />
<param value="" name="Base" />
<param value="sameDomain" name="AllowScriptAccess" />
<param value="ShowAll" name="Scale" />
<param value="0" name="DeviceFont" />
<param value="0" name="EmbedMovie" />
<param value="FFFFFF" name="BGColor" />
<param value="" name="SWRemote" />
<param value="" name="MovieData" />
<param value="1" name="SeamlessTabbing" /></object>

What am i doing wrong ?
Avatar of blue-genie
blue-genie
Flag of South Africa image

i'm assuming you have the plug-in for firefox?
Avatar of AndySinger
AndySinger

ASKER

yes, and when i go to other flash sites, i can view those fine.  Even when I go to the SWF URL directly in firefox, it loads there.  Just on the page itself, it doesnt appear.

As I said, displays fine in IE 6.

Thanks,

-andy
ASKER CERTIFIED SOLUTION
Avatar of sam85281
sam85281

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ooohh..the problem was that my editor in the CMS was stripping out the embed tags....problem all solved !

-andy