Here is my html, but not sure if its the problem. When you say check
the .js files for errors what .js files and how do I look for errors?
 And thanks again for all your help. 

 <div id="my-wrap">

  <div id="my-wrapper-3">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      id="MyControl" width="696" height="296"
     
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";>
      <param name="movie" value="/bin-debug/my.swf" />
      <param name="quality" value="high" />
      <param name="bgcolor" value="#000000" />
      <param name="allowScriptAccess" value="sameDomain" />
      <param name="wmode" value="transparent" />
      <embed src="/bin-debug/my.swf" quality="high" bgcolor="#000000"
        width="696" height="296" name="MyControl" align="middle"
        play="true" loop="false" quality="high"
        allowScriptAccess="sameDomain"
        type="application/x-shockwave-flash"
        wmode="transparent"
        pluginspage="http://www.adobe.com/go/getflashplayer";>
      </embed>

    </object>

  </div>
</div>


Reply via email to