Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot receive response from socket server when on localhost in AS3
    primarykey
    data
    text
    <p>I have problems with my flash AS3 project. I'm in my last stage of productions which is to deploy it to our webserver. But the problem is, once the SWF is deployed on web server (Web server is XAMPP) and accessed through localhost, it stops from receiving any data from the socket server.The socket server is a java app based on JDK6. But when I try to run the SWF from Flash CS6 (By pressing CTRL + Enter), it receives the data from server. So I'm suspecting my Flash embedded object tags to have some misconfiguration. Here's my embedded object tag.</p> <pre><code>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1000" height="700" id="vclass" align="top"&gt; &lt;param name="movie" value="vclass.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;param name="allowNetworking" value="all" /&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object type="application/x-shockwave-flash" data="vclass.swf" width="1000" height="700"&gt; &lt;param name="movie" value="vclass.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;param name="allowNetworking" value="all" /&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; </code></pre>
    singulars
    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