<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Swf.hu 2.0 fórum &#62; Tag: netconnection - Recent Topics</title>
		<link>http://www.swf.hu/forum/tags/netconnection</link>
		<description>Swf.hu 2.0 fórum &gt; Tag: netconnection - Recent Topics</description>
		<language>hu-HU</language>
		<pubDate>Wed, 08 Feb 2012 15:14:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Keresés]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.swf.hu/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.swf.hu/forum/rss/tags/netconnection/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>apapp @ "Általános Flash HELP - AS3"</title>
			<link>http://www.swf.hu/forum/topic/altalanos-flash-help-as3#post-1358</link>
			<pubDate>Sze, 07 ápr 2010 22:25:18 +0000</pubDate>
			<dc:creator>apapp</dc:creator>
			<guid isPermaLink="false">1358@http://www.swf.hu/forum/</guid>
			<description>&#60;p&#62;A témába segítséget lehet kérni, de kizárólag AS3 témában. Lásd külön téma AS, AS2-nek...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>balta @ "Flash CS4-amfphp net connection hiba"</title>
			<link>http://www.swf.hu/forum/topic/flash-cs4-amfphp-net-connection-hiba#post-1029</link>
			<pubDate>Csü, 11 márc 2010 08:30:07 +0000</pubDate>
			<dc:creator>balta</dc:creator>
			<guid isPermaLink="false">1029@http://www.swf.hu/forum/</guid>
			<description>&#60;p&#62;Hello !&#60;/p&#62;
&#60;p&#62;Probalok amfphp-t installalni de allandoan ugyanazt a hibat kapom, localhoston es szerveren is.A service browserben a fuggvenyek rendben lefutnak. a kod(a mydomain-t csak ide irtam at):&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;actionscript&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;net&#60;/span&#62;.&#60;span style=&#34;color: #66cc66;&#34;&#62;*&#60;/span&#62;;
&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; gw:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;
gw.&#60;span style=&#34;color: #0066CC;&#34;&#62;connect&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;http://mydomain/amfphp/gateway.php&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; res:Responder = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Responder&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;onResult,onFault&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;
&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onResult&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;responds:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;
	&#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;responds&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;
&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onFault&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;responds:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;
	&#60;span style=&#34;color: #b1b100;&#34;&#62;for&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; i &#60;span style=&#34;color: #b1b100;&#34;&#62;in&#60;/span&#62; responds&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;
		&#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;responds&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#91;&#60;/span&#62;i&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#93;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;
	&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;
&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
gw.&#60;span style=&#34;color: #0066CC;&#34;&#62;call&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;&#38;quot;amfphp.DiscoveryService.getServices&#38;quot;&#60;/span&#62;, res&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;



&#60;p&#62;a hiba:&#60;/p&#62;
&#60;p&#62;Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.BadVersion&#60;br /&#62;
	at simple_fla::MainTimeline/frame1()
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

