Note that there are some explanatory texts on larger screens.

plurals
  1. POFlash movie not visible in ie 6
    text
    copied!<p>I have a flash movie and I use this code to embed it crossbrowser</p> <pre><code>'&lt;object id="adFoxMovie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" align="left"&gt; &lt;param name="bgcolor" value="#faa"&gt; &lt;param name="allowScriptAccess" value="always" /&gt; &lt;param name="allowFullScreen" value="false" /&gt; &lt;param name="movie" value="'+this.mainSwfUrl+'" /&gt; &lt;param name="flashvars" value="'+this.flashParameters+'&amp;'+this.events+'" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="wmode" value="transparent" /&gt; &lt;embed name="adFoxMovie" src="'+this.mainSwfUrl+'" quality="high" width="100%" height="100%" align="left" allowScriptAccess="always" allowFullScreen="false" bgcolor="#cccccc" wmode="transparent" flashvars="'+this.flashParameters+'&amp;'+this.events+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /&gt; &lt;/object&gt;' </code></pre> <p>And I use this string as innerHTML for a div present on the page.</p> <p>Now in all browsers except IE 6 this works fine. </p> <p>The curious thing is that I have two movies and one works in this embed and the other doesn't. I can't seem to find any apparent difference. Of course the two movies have slightly different flashvars passed.</p> <p>Now I've tried taking the movie link and just opening it in the browser window. The movie seems to work on its own. </p> <p>PS. Can't use SWF object</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload