"movie not loaded" error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shark70
    New Member
    • Dec 2011
    • 2

    "movie not loaded" error

    Hi,
    I have the same problem "movie not loaded"
    Perhaps the code is wrong?

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    </style>
    <style type="text/css">
    a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
    }
    a:visited {
    color: #FFF;
    text-decoration: none;
    }
    a:hover {
    color: #FFF;
    text-decoration: underline;
    }
    a:active {
    color: #FFF;
    text-decoration: none;
    }
    a:link {
    color: #FFF;
    text-decoration: none;
    }
    </style>
    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <TITLE>- Gent Stef Tattooing -</TITLE>
    <script src="Scripts/AC_RunActiveCon tent.js" type="text/javascript"></script>
    <script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
    </HEAD>
    <BODY bgcolor="#00000 0" leftMargin="0" topMargin="0" marginwidth="0" marginheight="0 " scroll="no">
    <OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=8,0,0,0"
    WIDTH="100%" HEIGHT="100%" id="main" ALIGN="">
    <PARAM NAME=movie VALUE="main.swf "> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="main.swf" quality=high bgcolor=#000000 WIDTH="100%" HEIGHT="100%" NAME="main" ALIGN=""
    TYPE="applicati on/x-shockwave-flash" PLUGINSPAGE="ht tp://www.macromedia. com/go/getflashplayer" ></EMBED>
    </OBJECT>
    </BODY>
    </HTML>

    Help Please.
  • BigPapaN0z
    New Member
    • Dec 2011
    • 24

    #2
    The main thing you want to make sure is that the src is pointing to the movie. Normally it's case sensitive, and you'll also want to make sure the movie is in the same directory as the html file (since you didn't include a path).

    Hopefully this will help narrow down any possible options. If it's still not working, feel free to give us more details so that we can get to the bottom of this with you. :)

    Comment

    • Shark70
      New Member
      • Dec 2011
      • 2

      #3
      Hi,
      I changed the code (See below) but still does not work.
      All files are in the same directory.
      My problem is that: in my mac with flash player version 11.1 does not work. In another mac with flash player vers. 10.2 works. In a PC with IE 9.0 Flash Player 10.3 work well.
      Could be player problem?




      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
      <title>-Gent Stef- Professional Tattooing</title>
      <script language="javas cript">AC_FL_Ru nContent = 0;</script>
      <script src="AC_RunActi veContent.js" language="javas cript"></script>
      <style type="text/css">
      <!--
      body {
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      background-color: #000;
      }
      -->
      </style></head>
      <body scroll="no">

      <script language="javas cript">
      if (AC_FL_RunConte nt == 0) {
      alert("This page requires AC_RunActiveCon tent.js.");
      } else {
      AC_FL_RunConten t( 'codebase','htt p://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=9,0,0,0',' name','main','w idth','100%','h eight','100%',' align','middle' ,'id','main','s rc','main','qua lity','high','a llowscriptacces s','sameDomain' ,'allowfullscre en','false','pl uginspage','htt p://www.macromedia. com/go/getflashplayer' ,'movie','main' ); //end AC code
      }
      </script>
      <noscript>
      <object classid="clsid: d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=9,0,0,0" name="main" width="100%" height="100%" align="middle" id="main">
      <param name="allowScri ptAccess" value="sameDoma in" />
      <param name="allowFull Screen" value="false" />
      <param name="movie" value="main.swf " /><param name="quality" value="high" />
      <param name="BGCOLOR" value="#000000" >
      <embed src="main.swf" width="100%" type="applicati on/x-shockwave-flash" height="100%" quality="high" name="main" align="middle" allowScriptAcce ss="sameDomain " allowFullScreen ="false" pluginspage="ht tp://www.macromedia. com/go/getflashplayer" bgcolor="#00000 0" />
      </object>
      </noscript>
      <!-- Google Website Optimizer Conversion Script -->
      <script type="text/javascript">
      if(typeof(_gat) !='object')docu ment.write('<sc '+'ript src="http'+
      (document.locat ion.protocol==' https:'?'s://ssl':'://www')+
      '.google-analytics.com/ga.js"></sc'+'ript>')</script>
      <script type="text/javascript">
      try {
      var gwoTracker=_gat ._getTracker("U A-17125538-2");
      gwoTracker._tra ckPageview("/1249301497/goal");
      }catch(err){}</script>
      <!-- End of Google Website Optimizer Conversion Script -->
      </body>
      </html>

      Comment

      • BigPapaN0z
        New Member
        • Dec 2011
        • 24

        #4
        It very well may be since the version that isn't loading and giving you the problem is different from the ones that are working fine. However, you normally don't have that issue with newer version (not saying it never happens) but it does happen.

        I would recommend trying another computer with the same version as the one you're having issues with or try upgrading your flash player on one of the computers you're running an older version on.

        Please keep us posted on this one, it definitely has me intrigued :)

        Comment

        Working...