Link to home
Start Free TrialLog in
Avatar of acepro95
acepro95

asked on

Flash Animation Won't Show up in Firefox or Safari

I can't figure out why my animamation works fine on IE but not on  Firefox or Safari. Can someone please assist me as to how I can embed a flash banner using the code below but have it work on Firefox / cross-browser compatible? Here's the website that i have animation on http://ssb.ssbiita.com/home.htm I seem to have a problem swf files that were created with Motion Artist.

                        <p align="center"><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="play" value="-1">
                        <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" play="-1" 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></p>
ASKER CERTIFIED SOLUTION
Avatar of TanLiHao
TanLiHao
Flag of Singapore image

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