<?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: Identifying a debug or release SWF file at runtime</title>
	<atom:link href="http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/</link>
	<description>Flash, Flex, Air, Actionscript, Javascript, Silverlight, Mobile</description>
	<lastBuildDate>Sun, 29 Jan 2012 15:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tekool</title>
		<link>http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1647</link>
		<dc:creator>Tekool</dc:creator>
		<pubDate>Wed, 16 Mar 2011 17:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1647</guid>
		<description>@Dino &gt; Ah It wasn&#039;t at the time I published the post. Could you confirm that running the example given in the post break something for you?</description>
		<content:encoded><![CDATA[<p>@Dino > Ah It wasn&#8217;t at the time I published the post. Could you confirm that running the example given in the post break something for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dino</title>
		<link>http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1646</link>
		<dc:creator>dino</dc:creator>
		<pubDate>Wed, 16 Mar 2011 16:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1646</guid>
		<description>This method will break a swf if it is used in the main class&#039; constructor running in the non-debug player.</description>
		<content:encoded><![CDATA[<p>This method will break a swf if it is used in the main class&#8217; constructor running in the non-debug player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tekool</title>
		<link>http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1401</link>
		<dc:creator>Tekool</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1401</guid>
		<description>Hi Michael, glad to see that you well had my message on your own blog. As we are used to say in French when two people have the same good idea without knowing them each other : &quot;les grands esprits se rencontrent&quot;, translate it with : &quot;great minds think alike&quot;. :)

Do you add  : e.getStackTrace() != null because you have some cases where it  was null ? I&#039;ve checked in debug and release version of the player and it always return a non null String.</description>
		<content:encoded><![CDATA[<p>Hi Michael, glad to see that you well had my message on your own blog. As we are used to say in French when two people have the same good idea without knowing them each other : &#8220;les grands esprits se rencontrent&#8221;, translate it with : &#8220;great minds think alike&#8221;. <img src='http://www.tekool.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you add  : e.getStackTrace() != null because you have some cases where it  was null ? I&#8217;ve checked in debug and release version of the player and it always return a non null String.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1400</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1400</guid>
		<description>Woah!  You did it in a single line of code.  Great idea!</description>
		<content:encoded><![CDATA[<p>Woah!  You did it in a single line of code.  Great idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tekool</title>
		<link>http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1399</link>
		<dc:creator>Tekool</dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekool.net/blog/2009/06/27/identifying-a-debug-or-release-swf-file-at-runtime/#comment-1399</guid>
		<description>Thibault Imbert from www.bytearray.org just tell me that someone had the same idea in the past : http://michaelvandaniker.com/blog/2008/11/25/how-to-check-debug-swf/

I do not want to forget real initiators of this good idea, so this is done. ;)</description>
		<content:encoded><![CDATA[<p>Thibault Imbert from <a href="http://www.bytearray.org" rel="nofollow">http://www.bytearray.org</a> just tell me that someone had the same idea in the past : <a href="http://michaelvandaniker.com/blog/2008/11/25/how-to-check-debug-swf/" rel="nofollow">http://michaelvandaniker.com/blog/2008/11/25/how-to-check-debug-swf/</a></p>
<p>I do not want to forget real initiators of this good idea, so this is done. <img src='http://www.tekool.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

