<?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>Comments on: [AS3] Applying ROT128 Encryption On Embedded/Module SWFs</title>
	<atom:link href="http://www.ghostwire.com/blog/archives/as3-applying-rot128-encryption-on-embeddedmodule-swfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghostwire.com/blog/archives/as3-applying-rot128-encryption-on-embeddedmodule-swfs/</link>
	<description>Flash UI Components</description>
	<lastBuildDate>Tue, 23 Aug 2011 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sunny</title>
		<link>http://www.ghostwire.com/blog/archives/as3-applying-rot128-encryption-on-embeddedmodule-swfs/comment-page-1/#comment-518</link>
		<dc:creator>sunny</dc:creator>
		<pubDate>Thu, 27 May 2010 08:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1382#comment-518</guid>
		<description>Pardon me, but that is not a Class method.  It is probably my fault for over-shortening the code.

new FileReference().save(swfFile.data, &quot;ActualSWF.swf&quot;);

is the same as

var fileRef:FileReference = new FileReference();
fileRef.save(swfFile.data, &quot;ActualSWF.swf&quot;);

And yes, the save() method is available only for Flash Player 10+.  If the CS3 compiler is giving you trouble, just use FlashDevelop or the Flex compiler :).</description>
		<content:encoded><![CDATA[<p>Pardon me, but that is not a Class method.  It is probably my fault for over-shortening the code.</p>
<p>new FileReference().save(swfFile.data, &#8220;ActualSWF.swf&#8221;);</p>
<p>is the same as</p>
<p>var fileRef:FileReference = new FileReference();<br />
fileRef.save(swfFile.data, &#8220;ActualSWF.swf&#8221;);</p>
<p>And yes, the save() method is available only for Flash Player 10+.  If the CS3 compiler is giving you trouble, just use FlashDevelop or the Flex compiler <img src='http://www.ghostwire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan C</title>
		<link>http://www.ghostwire.com/blog/archives/as3-applying-rot128-encryption-on-embeddedmodule-swfs/comment-page-1/#comment-517</link>
		<dc:creator>Roshan C</dc:creator>
		<pubDate>Thu, 27 May 2010 06:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1382#comment-517</guid>
		<description>OK!!! I am using FLASH CS3 and i think CS3 do not support &quot;FileReference.save()&quot;... Am i right??</description>
		<content:encoded><![CDATA[<p>OK!!! I am using FLASH CS3 and i think CS3 do not support &#8220;FileReference.save()&#8221;&#8230; Am i right??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan C</title>
		<link>http://www.ghostwire.com/blog/archives/as3-applying-rot128-encryption-on-embeddedmodule-swfs/comment-page-1/#comment-516</link>
		<dc:creator>Roshan C</dc:creator>
		<pubDate>Thu, 27 May 2010 06:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1382#comment-516</guid>
		<description>Hi, 
     I read this complete tutorial and it is fantastic and you have explained it very clearly!!! But I need one information ..like, the way you are saving &quot;ActualSWF.swf&quot; file Can we save Text file in same manner... like i can take text from say TextArea and then save in a TextFile(fileNAME.txt)... I tried but it give error saying..

1061: Call to a possibly undefined method save through a reference with static type Class.

Your help will be appreciated!!! thank you and keep it up!!!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
     I read this complete tutorial and it is fantastic and you have explained it very clearly!!! But I need one information ..like, the way you are saving &#8220;ActualSWF.swf&#8221; file Can we save Text file in same manner&#8230; like i can take text from say TextArea and then save in a TextFile(fileNAME.txt)&#8230; I tried but it give error saying..</p>
<p>1061: Call to a possibly undefined method save through a reference with static type Class.</p>
<p>Your help will be appreciated!!! thank you and keep it up!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

