Note that there are some explanatory texts on larger screens.

plurals
  1. POSWF doesn't show up
    primarykey
    data
    text
    <p>I don't have a clue on what I'm doing wrong. Sometimes, when I open this page my html page , the swf don't appear. It won't happen always, but is really frequent.</p> <p>Important: when it don't appear, <strong>I do can hear the sounds that the swf movie makes</strong>. In other words, I'm shure that the object is on the page, but it just won't be visualizable.</p> <p>The error occurs on <strong>Firefox and Chrome</strong> (I didn't see it happening with IE, but I won't doubt that it is possible)</p> <p>The problem <strong>isn't in the swf</strong> because I have already tested with another file that have no code at all and the same problem occurs.</p> <p>Here is the page's code, generated by Flash CS5.5 when publishing the swf:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt; &lt;head&gt; &lt;title&gt;Hellbound&lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;style type="text/css" media="screen"&gt; html, body { height:100%; background-color: #ffffff;} body { margin:0; padding:0; overflow:hidden; } #flashContent { width:100%; height:100%; } &lt;/style&gt; &lt;/head&gt; &lt;body style="background-color: #000000"&gt; &lt;div id="flashContent"&gt; &lt;p align="center"&gt; &lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="500" id="Hellbound" align="middle"&gt; &lt;param name="movie" value="Hellbound_secure.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="gpu" /&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="Hellbound_secure.swf" width="640" height="500"&gt; &lt;param name="movie" value="Hellbound_secure.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="gpu" /&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; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    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.
    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