Results 1 to 5 of 5

Thread: Swf movie wont load

  1. #1
    Join Date
    Jul 2009
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Unhappy Swf movie wont load

    Hey, im trying to get my swf movie to load at

    http://www.musicknockout.net/main.htm

    All you will see is the movie, without it actually loading.

    The swf movie is located here
    http://www.musicknockout.net/Flash/~~main.swf

    I know i should probably put it all in the same folder but i already tried that but still no go, i also saved it as php.. i pretty much tried everything. still, i have no idea.

    Source code for main.htm

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    
    <body>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1020','height','300','align','absmiddle','title','~~main','src','http://www.musicknockout.net/Flash/~~main','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#FF0000','movie','http://www.musicknockout.net/Flash/~~main' ); //end AC code
      </script>
    <noscript>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1020" height="300" align="absmiddle" title="~~main">
      <param name="movie" value="http://www.musicknockout.net/Flash/~~main.swf" />
      <param name="quality" value="high" />
      <param name="BGCOLOR" value="#FF0000" />
      <embed src="http://www.musicknockout.net/Flash/~~main.swf" width="1020" height="300" align="absmiddle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#FF0000"></embed>
    </object>
    </noscript>
    </body>
    </html>
    I also made a new map Scripts with AC_RunActiveContent.js in it . source for that:
    http://www.musicknockout.net/Scripts...tiveContent.js



    Yes i'm a newbie with coding im better with flash design. not really that great with coding and stuff, please help me out here thanks!
    Last edited by Mopia; 07-04-2009 at 01:11 AM.

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Could it be in here? ::
    Code:
    <script type="text/javascript">
    AC_FL_RunContent( ... 'src','www.musicknockout.net/~~main','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#FF0000','movie','www.musicknockout.net/~~main' ); //end AC code
      </script>
    I don't know how the JS file is set up, but shouldn't the URL's have http:// in front of them? Don't know if It'll work, but might be worth a shot...

    Or maybe, just use the OBJECT code instead of generating it via the JavaScript...

    // X96 \\
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. The Following User Says Thank You to X96 Web Design For This Useful Post:

    Mopia (07-03-2009)

  4. #3
    Join Date
    Jul 2009
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    thanks for the reply, leme try

  5. #4
    Join Date
    Jul 2009
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Yes ! its working thank you so much something so small lol..cant believe i wasted so much time just for that :P thanks again man

  6. #5
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    You're welcome! Happy to help.

    // : X 9 6 : \\
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

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
  •