<?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: In Vitro Transformation of Compiled SWFs</title>
	<atom:link href="http://www.neurofuzzy.net/2005/01/27/swf-recombination/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/</link>
	<description>Geoff Gaudreault's Flash weblog and source files archive.</description>
	<lastBuildDate>Mon, 26 Dec 2011 06:37:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: 小百合</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-2808</link>
		<dc:creator>小百合</dc:creator>
		<pubDate>Sat, 02 Jan 2010 02:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-2808</guid>
		<description>happy new year! </description>
		<content:encoded><![CDATA[<p>happy new year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 出会い</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-2668</link>
		<dc:creator>出会い</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-2668</guid>
		<description>素敵 </description>
		<content:encoded><![CDATA[<p>素敵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-2654</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-2654</guid>
		<description>OK, turns out it is very simple to deal with compressed swf files like those generated by mxmlc.  Just add these lines after line 5 in the script (where $sourceswf is initially set). 
 
if( substr( $sourceswf, 0, 3 ) == &quot;CWS&quot; ) { 
  $endOfHeader = substr( $sourceswf, 3, 5 ); 
  $swfMinusHeader = substr( $sourceswf, 8 ); 
  $sourceswf = &quot;FWS&quot;.$endOfHeader.gzuncompress( $swfMinusHeader ); 
} 
 
This checks for the &quot;compressed swf&quot; header marker &quot;CWS&quot; and if present, uncompresses everything after the header.  After that, the script proceeds as before. 
 
Thanks! </description>
		<content:encoded><![CDATA[<p>OK, turns out it is very simple to deal with compressed swf files like those generated by mxmlc.  Just add these lines after line 5 in the script (where $sourceswf is initially set). </p>
<p>if( substr( $sourceswf, 0, 3 ) == &quot;CWS&quot; ) {<br />
  $endOfHeader = substr( $sourceswf, 3, 5 );<br />
  $swfMinusHeader = substr( $sourceswf, 8 );<br />
  $sourceswf = &quot;FWS&quot;.$endOfHeader.gzuncompress( $swfMinusHeader );<br />
} </p>
<p>This checks for the &quot;compressed swf&quot; header marker &quot;CWS&quot; and if present, uncompresses everything after the header.  After that, the script proceeds as before. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-2651</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 02 Jul 2009 16:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-2651</guid>
		<description>I can&#039;t find a way to turn off compression for mxmlc.  We are using Flex Builder, not Flash CS3.  Any idea how to decompress the file so that this method can work? </description>
		<content:encoded><![CDATA[<p>I can&#039;t find a way to turn off compression for mxmlc.  We are using Flex Builder, not Flash CS3.  Any idea how to decompress the file so that this method can work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malik</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-2559</link>
		<dc:creator>Malik</dc:creator>
		<pubDate>Wed, 31 Dec 2008 03:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-2559</guid>
		<description>Dear sir, 
i want to store some veriable values in local drive. like user name an users score information in local drive. is there any solution? </description>
		<content:encoded><![CDATA[<p>Dear sir,<br />
i want to store some veriable values in local drive. like user name an users score information in local drive. is there any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TroyWorks &#187; Blog Archive &#187; DRM, MetaData and swfs.</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-2348</link>
		<dc:creator>TroyWorks &#187; Blog Archive &#187; DRM, MetaData and swfs.</dc:creator>
		<pubDate>Tue, 18 Sep 2007 06:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-2348</guid>
		<description>[...] 3) Accessible to actionscript is  rewriting of variables in the swf This is useful when root vars aren&#8217;t an option, and or license keys (e.g. encrypted tokens) need to be embedded into the swf. http://neurofuzzy.net/index.php?p=25 [...]</description>
		<content:encoded><![CDATA[<p>[...] 3) Accessible to actionscript is  rewriting of variables in the swf This is useful when root vars aren&#8217;t an option, and or license keys (e.g. encrypted tokens) need to be embedded into the swf. <a href="http://neurofuzzy.net/index.php?p=25" rel="nofollow">http://neurofuzzy.net/index.php?p=25</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander McCabe</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-319</link>
		<dc:creator>Alexander McCabe</dc:creator>
		<pubDate>Sun, 05 Mar 2006 04:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-319</guid>
		<description>Yep, per string. You can indeed break it up, then patch it up with actionscript. I&#039;ve just had to do this with for a program.</description>
		<content:encoded><![CDATA[<p>Yep, per string. You can indeed break it up, then patch it up with actionscript. I&#8217;ve just had to do this with for a program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-308</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Wed, 22 Feb 2006 15:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-308</guid>
		<description>Hmm.. really?  A 64k limit per string, or per SWF?  If it&#039;s the former, I figure if you need to go longer you could always split up your string and join it back together at runtime.

Yeah, the Captcha is tough... I just installed WP 2.01 with Authimage.  I think there&#039;s ways to tweak it.  tough part comes when the contrast between background and letters is too low, or a letter drops off the bottom of the image.  Is that an &#039;L&#039; or an &#039;I&#039;??  :/</description>
		<content:encoded><![CDATA[<p>Hmm.. really?  A 64k limit per string, or per SWF?  If it&#8217;s the former, I figure if you need to go longer you could always split up your string and join it back together at runtime.</p>
<p>Yeah, the Captcha is tough&#8230; I just installed WP 2.01 with Authimage.  I think there&#8217;s ways to tweak it.  tough part comes when the contrast between background and letters is too low, or a letter drops off the bottom of the image.  Is that an &#8216;L&#8217; or an &#8216;I&#8217;??  :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander McCabe</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-307</link>
		<dc:creator>Alexander McCabe</dc:creator>
		<pubDate>Wed, 22 Feb 2006 12:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-307</guid>
		<description>Nice tip, but also remember there&#039;s a 64K limit on embedding a string this way.

(btw, i find your Captcha very tough, I&#039;m on my fourth go)</description>
		<content:encoded><![CDATA[<p>Nice tip, but also remember there&#8217;s a 64K limit on embedding a string this way.</p>
<p>(btw, i find your Captcha very tough, I&#8217;m on my fourth go)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoly Ropotov</title>
		<link>http://www.neurofuzzy.net/2005/01/27/swf-recombination/comment-page-1/#comment-59</link>
		<dc:creator>Anatoly Ropotov</dc:creator>
		<pubDate>Mon, 11 Apr 2005 23:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=25#comment-59</guid>
		<description>I hope that MTASC will be able to solve this problem once and for all.</description>
		<content:encoded><![CDATA[<p>I hope that MTASC will be able to solve this problem once and for all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

