<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires pour Le Blog du Crabe</title>
	<atom:link href="http://www.lecrabe.net/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lecrabe.net/wordpress</link>
	<description></description>
	<lastBuildDate>Mon, 13 May 2013 20:32:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Commentaires sur Capturing Flash movie area to FLV file par Arthy</title>
		<link>http://www.lecrabe.net/wordpress/?p=196&#038;cpage=1#comment-191</link>
		<dc:creator>Arthy</dc:creator>
		<pubDate>Mon, 13 May 2013 20:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=196#comment-191</guid>
		<description>I dowloaded the zip file in CS6, and compilation is ok.

Did you change something in the fla/src ?</description>
		<content:encoded><![CDATA[<p>I dowloaded the zip file in CS6, and compilation is ok.</p>
<p>Did you change something in the fla/src ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Capturing Flash movie area to FLV file par Klaus Wenninger</title>
		<link>http://www.lecrabe.net/wordpress/?p=196&#038;cpage=1#comment-190</link>
		<dc:creator>Klaus Wenninger</dc:creator>
		<pubDate>Mon, 13 May 2013 20:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=196#comment-190</guid>
		<description>Hello,
i will use your Capturing Flash movie sample with FlashDevelop, but i get some errors:
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
Fault, TestRecorder() at TestRecorder.as:40
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
Fault, rotateHead() at TestRecorder.as:50

Is your sample file complete? e.g. with pictures?
Could you send me a complete sample?
Many thanks!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
i will use your Capturing Flash movie sample with FlashDevelop, but i get some errors:<br />
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
Fault, TestRecorder() at TestRecorder.as:40<br />
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
Fault, rotateHead() at TestRecorder.as:50</p>
<p>Is your sample file complete? e.g. with pictures?<br />
Could you send me a complete sample?<br />
Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 + PHP Crypto classes &#8211; secured exchanges between Flash and PHP par marcos leiite</title>
		<link>http://www.lecrabe.net/wordpress/?p=61&#038;cpage=1#comment-189</link>
		<dc:creator>marcos leiite</dc:creator>
		<pubDate>Wed, 08 May 2013 22:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=61#comment-189</guid>
		<description>If not abuse their good will.
Can you explain how to open the Main.as?

Or with another class.as? encrypt and decrypt a text within arquivo.as

Congratulations for the work. Grateful Marcos Leite</description>
		<content:encoded><![CDATA[<p>If not abuse their good will.<br />
Can you explain how to open the Main.as?</p>
<p>Or with another class.as? encrypt and decrypt a text within arquivo.as</p>
<p>Congratulations for the work. Grateful Marcos Leite</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 + PHP Crypto classes &#8211; secured exchanges between Flash and PHP par marcos leiite</title>
		<link>http://www.lecrabe.net/wordpress/?p=61&#038;cpage=1#comment-188</link>
		<dc:creator>marcos leiite</dc:creator>
		<pubDate>Wed, 08 May 2013 18:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=61#comment-188</guid>
		<description>Thanks worked the tips, put on Http :/ / and it worked.
I am very grateful, I searched for cripritografia long.

A big hug friend, you are very good.
Best regards  Marcos Leite</description>
		<content:encoded><![CDATA[<p>Thanks worked the tips, put on Http :/ / and it worked.<br />
I am very grateful, I searched for cripritografia long.</p>
<p>A big hug friend, you are very good.<br />
Best regards  Marcos Leite</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 + PHP Crypto classes &#8211; secured exchanges between Flash and PHP par Arthy</title>
		<link>http://www.lecrabe.net/wordpress/?p=61&#038;cpage=1#comment-187</link>
		<dc:creator>Arthy</dc:creator>
		<pubDate>Wed, 08 May 2013 06:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=61#comment-187</guid>
		<description>I successfully tested your files, i think i have found your problem :

1) you may test your project in Flash IDE, and the compiled fla tries to call a php script. Which means that the php file needs to be interpreted by a server.

So you can install a local server, or upload your files on a ftp before testing

Another solution is to put the php file on a server and use absolute path during development (http.yoursite.com/myproject/scripts/cryptotest.php) as an example.

2) But the main mistake is to call the php with a relative path (&quot;../bin/scripts&quot;)
As your fla will be compiled as swf file in the bin folder, the path to the php should from there.

When you compiled in IDE, remember that you are executing the swf file (not the fla).

The correct path (swf path to php) should be &quot;scripts/testcrypto.php&quot;.

Best regards.</description>
		<content:encoded><![CDATA[<p>I successfully tested your files, i think i have found your problem :</p>
<p>1) you may test your project in Flash IDE, and the compiled fla tries to call a php script. Which means that the php file needs to be interpreted by a server.</p>
<p>So you can install a local server, or upload your files on a ftp before testing</p>
<p>Another solution is to put the php file on a server and use absolute path during development (http.yoursite.com/myproject/scripts/cryptotest.php) as an example.</p>
<p>2) But the main mistake is to call the php with a relative path (&laquo;&nbsp;../bin/scripts&nbsp;&raquo;)<br />
As your fla will be compiled as swf file in the bin folder, the path to the php should from there.</p>
<p>When you compiled in IDE, remember that you are executing the swf file (not the fla).</p>
<p>The correct path (swf path to php) should be &laquo;&nbsp;scripts/testcrypto.php&nbsp;&raquo;.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 + PHP Crypto classes &#8211; secured exchanges between Flash and PHP par marcos leiite</title>
		<link>http://www.lecrabe.net/wordpress/?p=61&#038;cpage=1#comment-186</link>
		<dc:creator>marcos leiite</dc:creator>
		<pubDate>Tue, 07 May 2013 22:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=61#comment-186</guid>
		<description>Arthy, thank you for your kindness.

I am sending the links to the files. If you can help me I would be very grateful. att Marcos leite

Link.   http :/ / www.themarcosleite.com.br/testCrypt02.rar</description>
		<content:encoded><![CDATA[<p>Arthy, thank you for your kindness.</p>
<p>I am sending the links to the files. If you can help me I would be very grateful. att Marcos leite</p>
<p>Link.   http :/ / <a href="http://www.themarcosleite.com.br/testCrypt02.rar" rel="nofollow">http://www.themarcosleite.com.br/testCrypt02.rar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 + PHP Crypto classes &#8211; secured exchanges between Flash and PHP par arthy</title>
		<link>http://www.lecrabe.net/wordpress/?p=61&#038;cpage=1#comment-184</link>
		<dc:creator>arthy</dc:creator>
		<pubDate>Tue, 07 May 2013 06:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=61#comment-184</guid>
		<description>can you send me your files i can look at it ?
arthy [at ] lecrabe [dot] net</description>
		<content:encoded><![CDATA[<p>can you send me your files i can look at it ?<br />
arthy [at ] lecrabe [dot] net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 + PHP Crypto classes &#8211; secured exchanges between Flash and PHP par marcos leiite</title>
		<link>http://www.lecrabe.net/wordpress/?p=61&#038;cpage=1#comment-183</link>
		<dc:creator>marcos leiite</dc:creator>
		<pubDate>Tue, 07 May 2013 01:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=61#comment-183</guid>
		<description>Hi Arthy will be that can help?

I&#039;m having the following problem:

in return of this text:
returned variables from PHP


the error is this:


at com.hurlant.util :: Base64 $ / decodeToByteArray ()
at CryptoCode / decrypt ()
at Test / onPHPAnswer ()
at flash.events :: EventDispatcher / dispatchEventFunction ()
at flash.events :: EventDispatcher / dispatchEvent ()
at flash.net :: URLLoader / onComplete ()


&#039;m getting the archive:
var request: URLRequest = new URLRequest (&quot;.. / bin / scripts / testcrypto.php&quot;);

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Arthy will be that can help?</p>
<p>I&#8217;m having the following problem:</p>
<p>in return of this text:<br />
returned variables from PHP</p>
<p>the error is this:</p>
<p>at com.hurlant.util :: Base64 $ / decodeToByteArray ()<br />
at CryptoCode / decrypt ()<br />
at Test / onPHPAnswer ()<br />
at flash.events :: EventDispatcher / dispatchEventFunction ()<br />
at flash.events :: EventDispatcher / dispatchEvent ()<br />
at flash.net :: URLLoader / onComplete ()</p>
<p>&#8216;m getting the archive:<br />
var request: URLRequest = new URLRequest (&laquo;&nbsp;.. / bin / scripts / testcrypto.php&nbsp;&raquo;);</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Eclipse undelete option par Dirk Kunert</title>
		<link>http://www.lecrabe.net/wordpress/?p=43&#038;cpage=1#comment-180</link>
		<dc:creator>Dirk Kunert</dc:creator>
		<pubDate>Thu, 25 Oct 2012 15:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=43#comment-180</guid>
		<description>THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Your tip safed me one day of work!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
Your tip safed me one day of work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur AS3 gotoAndStop &amp; gotoAndPlay issue par Michell M</title>
		<link>http://www.lecrabe.net/wordpress/?p=42&#038;cpage=1#comment-179</link>
		<dc:creator>Michell M</dc:creator>
		<pubDate>Fri, 28 Sep 2012 19:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lecrabe.net/wordpress/?p=42#comment-179</guid>
		<description>Trust me... it still exists.

using fp 10. 

Thank god for your post!</description>
		<content:encoded><![CDATA[<p>Trust me&#8230; it still exists.</p>
<p>using fp 10. </p>
<p>Thank god for your post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
