Note that there are some explanatory texts on larger screens.

plurals
  1. POSWF not playing in IE over https?
    primarykey
    data
    text
    <p>this been driving me mad all day.</p> <p>I export a swf/html direct from flash, very simple. I upload it and it works fine in all browsers. If I change http to https in all browsers, no problems.</p> <p>All browsers except IE - when I change http to https, I just get nothing - if I right click I get "Movie not loaded..." (greyed out) and the usual about flash player.</p> <p>I've reinstalled my flash player, read loads of tips and tried loads of other hacks but nothing seems to work.</p> <p>I am using IE 9 (for testing only)</p> <p>Can anyone see anything wrong with this code?</p> <pre><code>&lt;div id="flashContent"&gt; &lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="562" height="300" id="banner" align="middle"&gt; &lt;param name="movie" value="banner.swf" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="bgcolor" value="#ffffff" /&gt; &lt;param name="play" value="true" /&gt; &lt;param name="loop" value="true" /&gt; &lt;param name="wmode" value="window" /&gt; &lt;param name="scale" value="showall" /&gt; &lt;param name="menu" value="true" /&gt; &lt;param name="devicefont" value="false" /&gt; &lt;param name="salign" value="" /&gt; &lt;param name="allowScriptAccess" value="sameDomain" /&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object type="application/x-shockwave-flash" data="banner.swf" width="562" height="300"&gt; &lt;param name="movie" value="banner.swf" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="bgcolor" value="#ffffff" /&gt; &lt;param name="play" value="true" /&gt; &lt;param name="loop" value="true" /&gt; &lt;param name="wmode" value="window" /&gt; &lt;param name="scale" value="showall" /&gt; &lt;param name="menu" value="true" /&gt; &lt;param name="devicefont" value="false" /&gt; &lt;param name="salign" value="" /&gt; &lt;param name="allowScriptAccess" value="sameDomain" /&gt; &lt;!--&lt;![endif]--&gt; &lt;a href="http://www.adobe.com/go/getflash"&gt; &lt;img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /&gt; &lt;/a&gt; &lt;!--[if !IE]&gt;--&gt; &lt;/object&gt; &lt;!--&lt;![endif]--&gt; &lt;/object&gt; &lt;/div&gt; </code></pre> <p>Thanks for your help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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