<?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 for flash cs</title>
	<atom:link href="http://www.flashcs.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashcs.org</link>
	<description>flash experiments, tutorials, code and news</description>
	<pubDate>Sun, 05 Jul 2009 01:11:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 5005: Unknown error optimizing byte code and &#8220;You cannot debug this SWF because it does not contain ActionScript&#8221; by Parag Kelji</title>
		<link>http://www.flashcs.org/5005-unknown-error-optimizing-byte-code-and-you-cannot-debug-this-swf-because-it-does-not-contain-actionscript/comment-page-1/#comment-892</link>
		<dc:creator>Parag Kelji</dc:creator>
		<pubDate>Tue, 09 Jun 2009 05:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/?p=59#comment-892</guid>
		<description>The solution would be to turn off the Optimizer and then recompile. You can turn the Optimizer off from the Publish Settings dialog box, select Settings for the “ActionScript 3.0″ option and in that dialog box disable the “Reduce file size and increase performance” option. You can do this whenever you are working on a very large project and get this error message. In the rest of the cases, you should leave this option checked.

Here are the details:
http://flashvoodoo.blogspot.com/2008/02/errors-5003-5005.htmlHere are the details:
http://flashvoodoo.blogspot.com/2008/02/errors-5003-5005.html</description>
		<content:encoded><![CDATA[<p>The solution would be to turn off the Optimizer and then recompile. You can turn the Optimizer off from the Publish Settings dialog box, select Settings for the “ActionScript 3.0″ option and in that dialog box disable the “Reduce file size and increase performance” option. You can do this whenever you are working on a very large project and get this error message. In the rest of the cases, you should leave this option checked.</p>
<p>Here are the details:<br />
<a href="http://flashvoodoo.blogspot.com/2008/02/errors-5003-5005.htmlHere" rel="nofollow">http://flashvoodoo.blogspot.com/2008/02/errors-5003-5005.htmlHere</a> are the details:<br />
<a href="http://flashvoodoo.blogspot.com/2008/02/errors-5003-5005.html" rel="nofollow">http://flashvoodoo.blogspot.com/2008/02/errors-5003-5005.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Find and Replace Function by Imran Khan</title>
		<link>http://www.flashcs.org/simple-find-and-replace-funtction/comment-page-1/#comment-858</link>
		<dc:creator>Imran Khan</dc:creator>
		<pubDate>Mon, 25 May 2009 10:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/2008/04/11/simple-find-and-replace-funtction/#comment-858</guid>
		<description>its not workig.
I try to use this code in my AS 2 and its not working.

Its compiled with no error but no results.</description>
		<content:encoded><![CDATA[<p>its not workig.<br />
I try to use this code in my AS 2 and its not working.</p>
<p>Its compiled with no error but no results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Button Class - AS3 by calvin</title>
		<link>http://www.flashcs.org/simple-button-class-as3/comment-page-1/#comment-807</link>
		<dc:creator>calvin</dc:creator>
		<pubDate>Fri, 01 May 2009 00:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/2008/04/14/simple-button-class-as3/#comment-807</guid>
		<description>dont forget to do a 

stage.addChild(myButton);</description>
		<content:encoded><![CDATA[<p>dont forget to do a </p>
<p>stage.addChild(myButton);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Button Class - AS3 by GameZcabin</title>
		<link>http://www.flashcs.org/simple-button-class-as3/comment-page-1/#comment-759</link>
		<dc:creator>GameZcabin</dc:creator>
		<pubDate>Sun, 26 Apr 2009 01:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/2008/04/14/simple-button-class-as3/#comment-759</guid>
		<description>This would be nice if you had a click event built into the class. Just a heads up. But thank you.</description>
		<content:encoded><![CDATA[<p>This would be nice if you had a click event built into the class. Just a heads up. But thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5005: Unknown error optimizing byte code and &#8220;You cannot debug this SWF because it does not contain ActionScript&#8221; by Ken</title>
		<link>http://www.flashcs.org/5005-unknown-error-optimizing-byte-code-and-you-cannot-debug-this-swf-because-it-does-not-contain-actionscript/comment-page-1/#comment-696</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 20 Apr 2009 09:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/?p=59#comment-696</guid>
		<description>Just a little notes with the Mac fix, it only worked for me when I typed Xmx1024M.  So, for those that need it 




    JAVA_TOOL_OPTIONS
    -Xmx1024M

</description>
		<content:encoded><![CDATA[<p>Just a little notes with the Mac fix, it only worked for me when I typed Xmx1024M.  So, for those that need it </p>
<p>    JAVA_TOOL_OPTIONS<br />
    -Xmx1024M</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5005: Unknown error optimizing byte code and &#8220;You cannot debug this SWF because it does not contain ActionScript&#8221; by Liquidweaver</title>
		<link>http://www.flashcs.org/5005-unknown-error-optimizing-byte-code-and-you-cannot-debug-this-swf-because-it-does-not-contain-actionscript/comment-page-1/#comment-636</link>
		<dc:creator>Liquidweaver</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/?p=59#comment-636</guid>
		<description>I have worked this out on Mac OS X (10.5.6):

you have to add a value to the environment.plist:
JAVA_TOOL_OPTIONS
-Xmx1024

if you don't have this file, you can create it here:
~/.MacOSX/environment.plist
where ~ is your home dir, and you may have to create both the directory and the file; please refer to Apple's documentation on plist creation:
http://developer.apple.com/qa/qa2001/qa1067.html

You will need to log out and then back in for this to take affect...

!!!AND!!!

YOU CANNOT RUN FLASH FROM SPOTLIGHT

For some reason, Spotlight ignores the environment.plist options; I've logged an issue with Apple regarding this shortcoming.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>I have worked this out on Mac OS X (10.5.6):</p>
<p>you have to add a value to the environment.plist:<br />
JAVA_TOOL_OPTIONS<br />
-Xmx1024</p>
<p>if you don&#8217;t have this file, you can create it here:<br />
~/.MacOSX/environment.plist<br />
where ~ is your home dir, and you may have to create both the directory and the file; please refer to Apple&#8217;s documentation on plist creation:<br />
<a href="http://developer.apple.com/qa/qa2001/qa1067.html" rel="nofollow">http://developer.apple.com/qa/qa2001/qa1067.html</a></p>
<p>You will need to log out and then back in for this to take affect&#8230;</p>
<p>!!!AND!!!</p>
<p>YOU CANNOT RUN FLASH FROM SPOTLIGHT</p>
<p>For some reason, Spotlight ignores the environment.plist options; I&#8217;ve logged an issue with Apple regarding this shortcoming.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should I use scenes by Bharadwaj</title>
		<link>http://www.flashcs.org/should-i-use-scenes/comment-page-1/#comment-606</link>
		<dc:creator>Bharadwaj</dc:creator>
		<pubDate>Mon, 06 Apr 2009 04:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/2008/02/04/should-i-use-scenes/#comment-606</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on load external files / assets with AS3 by admin</title>
		<link>http://www.flashcs.org/load-external-files-assets-with-as3/comment-page-1/#comment-602</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 04 Apr 2009 23:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/2008/02/13/load-external-files-assets-with-as3/#comment-602</guid>
		<description>just change this line:
var urlRequest = new URLRequest("loadme.jpg")

to
var urlRequest = new URLRequest("whatImageYouWant.jpg")</description>
		<content:encoded><![CDATA[<p>just change this line:<br />
var urlRequest = new URLRequest(&#8221;loadme.jpg&#8221;)</p>
<p>to<br />
var urlRequest = new URLRequest(&#8221;whatImageYouWant.jpg&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email Validation in AS2 by Mohan</title>
		<link>http://www.flashcs.org/email-validation-in-as2/comment-page-1/#comment-579</link>
		<dc:creator>Mohan</dc:creator>
		<pubDate>Wed, 01 Apr 2009 19:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/?p=4#comment-579</guid>
		<description>thanks bro 
u saved lot of time for me 
:)</description>
		<content:encoded><![CDATA[<p>thanks bro<br />
u saved lot of time for me<br />
 <img src='http://www.flashcs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on load external files / assets with AS3 by desgraci</title>
		<link>http://www.flashcs.org/load-external-files-assets-with-as3/comment-page-1/#comment-571</link>
		<dc:creator>desgraci</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcs.org/2008/02/13/load-external-files-assets-with-as3/#comment-571</guid>
		<description>and if i want diferent images???</description>
		<content:encoded><![CDATA[<p>and if i want diferent images???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
