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
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
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.
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.
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?
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?
I'm using 3.5.7. and I see all the Flash on the page.
CoffeeCup... Yeah, they are the best!
Try this code for the small flash at the top:
Try this code for the large, main flash:
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".
<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>
<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>
<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".
YES!!!
That was the solution!!!

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
The second is cont. to loop
Hello Cary,
did you see my last question? I'm hoping you can help me out on this one.
did you see my last question? I'm hoping you can help me out on this one.
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.
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/
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.