Results 1 to 3 of 3

Thread: Web created with Expression displays flash ONLY in EXPLORER & not FIREFOX

  1. #1
    Join Date
    Apr 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Web created with Expression displays flash ONLY in EXPLORER & not FIREFOX

    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="clsid27CDB6E-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="clsid27CDB6E-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

  2. #2
    Join Date
    Apr 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Now it Shows in Explorer & Firefox but not Google Chrome :(

    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="clsid27CDB6E-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

    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"

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Use SWFObject 2.0 to embed the Flash file. It'll save you a lot of headache.

    A code generator is here.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •