Help.....Flash file show on IE but...

User 118178 Photo


Ambassador
55 posts

Hello All,
I've have a few swf files that show up fine IE but not in FireFox.
http://ssb.ssbiita.com/home.htm
I'm sure it's probably a script issue but I'm not sure what needs to be changed.


-thx in advance
User 355448 Photo


Ambassador
3,144 posts

Hollywood,

The site looks fine in FF from my computer. I did not look with IE.

Are you sure you have flash installed for Firefox? It must be installed for each different browser.
User 118178 Photo


Ambassador
55 posts

Thx. Bill, i'm using FireFox ver. 3..5.7
The weird thing is some flash is showing up. For example on this website
http://mountolive.org/index.html
the billboard works but the flash-header is not.
What could be wrong with my swf codes?
User 364143 Photo


Guest
5,410 posts

I'm using 3.5.7. and I see all the Flash on the page.
CoffeeCup... Yeah, they are the best!
User 463058 Photo


Ambassador
1,086 posts

Try this code for the small flash at the top:
<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="510" height="34">
<param name="movie" value="cgbanner.swf">
<param name="loop" value="-1">
<param name="quality" value="High">
<param name="_cx" value="5080">
<param name="_cy" value="5080">
<param name="src" value="cgbanner.swf">
<param name="WMode" value="Opaque">
<param name="Menu" value="-1">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="SeamlessTabbing" value="1">
<param name="Profile" value="0">
<param name="ProfilePort" value="0">
<param name="AllowNetworking" value="all">
<param name="AllowFullScreen" value="false">
<embed width="510" height="34" src="cgbanner.swf" loop="-1" quality="High" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" WMode="Opaque" Menu="-1" Scale="ShowAll" DeviceFont="0" EmbedMovie="0" SeamlessTabbing="1" Profile="0" ProfilePort="0" AllowNetworking="all" AllowFullScreen="false"></object>


Try this code for the large, main flash:
<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="965" height="435">
<param name="movie" value="headercorevalues.swf">
<param name="loop" value="-1">
<param name="quality" value="High">
<param name="_cx" value="5080">
<param name="_cy" value="5080">
<param name="src" value="headercorevalues.swf">
<param name="WMode" value="Opaque">
<param name="Menu" value="-1">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="SeamlessTabbing" value="1">
<param name="Profile" value="0">
<param name="ProfilePort" value="0">
<param name="AllowNetworking" value="all">
<param name="AllowFullScreen" value="false">
<embed width="965" height="435" src="headercorevalues.swf" loop="-1" quality="High" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" WMode="Opaque" Menu="-1" Scale="ShowAll" DeviceFont="0" EmbedMovie="0" SeamlessTabbing="1" Profile="0" ProfilePort="0" AllowNetworking="all" AllowFullScreen="false"></object>


I removed the play param from the objects and the play attribute from the embed tags. I also changed the WMode params and the WMode attributes to "Opaque" instead of "Window".
User 118178 Photo


Ambassador
55 posts

YES!!!:) That was the solution!!!
User 118178 Photo


Ambassador
55 posts

Found one small issue..... the top swf in not looping despite the fact that the loop value us set to -1.

The second is cont. to loop
User 118178 Photo


Ambassador
55 posts

Hello Cary,
did you see my last question? I'm hoping you can help me out on this one.
User 463058 Photo


Ambassador
1,086 posts

I did see it, but I really don't know the answer. I was hoping someone more knowledgeable would answer. You might try starting a new thread for that question, so it can be seen by others who may not be reading this thread.
User 118178 Photo


Ambassador
55 posts

Hi Cary i'm glad you are online i'm have a similar issue as before with the sites below & Firefox

http://greatermountolivembc.org/
http://firstbaptistpineygrove.com/

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.