A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: WHY doesnt my .swf show up!?!?!

  1. #1
    Junior Member
    Join Date
    Oct 2007
    Posts
    13

    WHY doesnt my .swf show up!?!?!

    anyone please...why doesnt my .swf show online? it plays fine locally, once i upload onto server nothing shows (its not a broken link or so).

    the code dreamweaver autimatically puts in for the link is:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','590','heigh t','300','title','Tanya´s Gallery','src','gallery/galleryAS3','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','gallery/galleryAS3' ); //end AC code
    </script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="590" height="300" title="Tanya´s Gallery">
    <param name="movie" value="gallery/galleryAS3.swf" />
    <param name="quality" value="high" />
    <embed src="gallery/galleryAS3.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="590" height="300"></embed>
    </object></noscript>


    id appreciate any help.
    thanks

  2. #2
    Developing For Dunkets mneil's Avatar
    Join Date
    Mar 2007
    Location
    Lincoln City
    Posts
    2,156
    did you also include the AC_FL_RunContent.js fil on the server and you included it in between script tags somehere and have the correct path to that file on the server?
    http://code.mneilsworld.com/
    Text Effects | Bubbles | Dynamic Resize
    4 weeks , 20 papers ... thats 2 dollars .....Caassshhh!

  3. #3
    Junior Member
    Join Date
    Oct 2007
    Posts
    13

    oops

    yeah, thanks, that did the trick

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