A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Updated my website, now flash won't play

  1. #1
    Junior Member
    Join Date
    Mar 2010
    Posts
    3

    Updated my website, now flash won't play

    Hello,

    Thank you so much for allowing me access to this forum!

    I just updated my website in DreamWeaver CS3, everything works fine but the flash intro doesn't show up on the web. It shows it works *within* DreamWeaver but not when I look at it online. I'm using Safari 4.0.4.

    It worked fine when I created it originally and only stopped today when I updated the index.html page. I don't even remember what version of flash I created it in, it was so long ago...

    http://www.manifestdesign.net

    thanks again for any input!

  2. #2
    Junior Member
    Join Date
    Mar 2010
    Posts
    3
    I found this on your forum for someone else's issue. I don't know if this answer depends on someone's version/browser or particular situation. Guess I'll try it!

    change : <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="559" height="298" title="intro">
    <param name="src" value="flash/movie.swf" />
    <param name="AutoStart" value="true" />
    <embed src="flash/movie.swf" width="559" height="298" autostart="true" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>
    </object>

    to : <object width="559" height="298">
    <param name="movie" value="flash/movie.swf">
    <embed src="flash/movie.swf" width="559" height="298">
    </embed>
    </object>

  3. #3
    Junior Member
    Join Date
    Mar 2010
    Posts
    3
    okay, nope, that didn't work. It turned it into an "ax" file, still plays fine in DreamWeaver but doesn't appear on my website.

    hmph. stumped.

  4. #4
    WohOoooooo zompo's Avatar
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    138
    Hi there,

    I think you need to start by uploading the AC_RunActiveContent.js script to the server, to a folder named "Scripts"

    http://www.manifestdesign.net/Script...tiveContent.js <- this dossnt work right now


    Try out my game http://alpha.bombwar.com - Alphakey: fkaplha

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