Log in

View Full Version : Web created with Expression displays flash ONLY in EXPLORER & not FIREFOX



yourdreamforever
04-11-2009, 10:28 AM
Hi guys have created a web page using MS Expression and it shows the flash content great in Explorer but does not show in Firefox or google chrome.

I have downloaded the flash players for my PC but it doesnt show live on the web.

My code on web page is

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH=300 HEIGHT=400 style="float: left">
<PARAM NAME=movie VALUE="Your Dream Forever.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=opaque>
<PARAM NAME=scale VALUE=noscale>
<EMBED src=Your Dream Forever.swf menu=false quality=high wmode=opaque
scale=noscale WIDTH=300 HEIGHT=400 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>


AND SECOND PAGE


<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH=441 style="height: 288px">
<PARAM NAME=movie VALUE="ad.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=scale VALUE=noscale>
<EMBED src=ad.swf menu=false quality=high wmode=transparent
scale=noscale WIDTH=441 HEIGHT=287 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>


The web page is http://www.yourdreamforever.com/default.htm

and

http://www.yourdreamforever.com/adventure.htm


Any help large or small would be appreciated Smile

Monika x

yourdreamforever
04-12-2009, 06:10 PM
PLease could somebody kindly help me and let me know why this flash file will not show in Google Chrome when It shows in explorer and firefox ?


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="340" id="movie" align="" style="width: 303px">
<param name="movie" value="myfilev4.swf">
<embed src="myfilev4.swf" quality="high" width="290"
height="340" name="movie" align="" type="application/x-shockwave-flash"
plug inspage="http://www.macromedia.com/go/getflashplayer">
</object>

Thanks guys really appreciated

Monika x :confused:

www.yourdreamforever.com





Regarding my first post which has been resolved becuase i receive a email from a moderator, thank you :) showing me where the error was, but he didnt post here ,so for those that need to know why my flash wouldnt show in firefox it was becuase i didnt have " " aroung the flash file name

ie: EMBED src=ad.swf should have been EMBED src="ad.swf"

Medyman
04-13-2009, 01:09 PM
Use SWFObject 2.0 (http://code.google.com/p/swfobject/) to embed the Flash file. It'll save you a lot of headache.

A code generator is here (http://www.bobbyvandersluis.com/swfobject/generator/index.html).