A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: movie wont play in some browsers????

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    2
    hello, i am a newbie to flash.. I am trying to make a simple movie (have an image slowly come into view using the opasity), abd it seems to only work in a few browsers...

    is there a way I can direct the nonworking browsers to another page, so their screen isnt just a blank image???



    thanks in advance.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Location
    Mostly In The Clouds
    Posts
    214
    What html are you using to imbed the .swf into html?

  3. #3
    Junior Member
    Join Date
    Jun 2002
    Posts
    2
    hello, I am using this....


    thanks again!







    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body bgcolor="#FFFFFF" text="#000000">
    <table width="600" border="0" height="400" align="left">
    <tr>
    <td>
    <div align="left"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="600" height="400">
    <param name=movie value="swf/fadendream.swf">
    <param name=quality value=high>
    <embed src="/swf/fadendream.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="400">
    </embed>
    </object></div>
    </td>
    </tr>
    </table>
    </body>
    </html>

  4. #4
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    i'm guessing you're using flash mx or you wouldent be posting in this forum... your html is detecting flash 5. they need flash 6 to play your mx swf. change 5,0,0,0 to 6,0,0,0. i think. i cant see the rest of the html code so i'm just guessing at this point. remove the <'s and >'s in the html and repost...

    or get this: http://www.macromedia.com/software/f...eployment_kit/

    did that help?

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center