<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Flash: Convert a function reference to a readable string</title>
	<link>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/</link>
	<description>Flash Developer</description>
	<pubDate>Mon, 06 Feb 2012 07:58:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Thijs</title>
		<link>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/#comment-19334</link>
		<author>Thijs</author>
		<pubDate>Fri, 25 Nov 2011 11:07:35 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/#comment-19334</guid>
		<description>@etall: You can't. This trick is only a hack and does only work in a debug player.</description>
		<content:encoded><![CDATA[<p>@etall: You can&#8217;t. This trick is only a hack and does only work in a debug player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etall</title>
		<link>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/#comment-19326</link>
		<author>etall</author>
		<pubDate>Fri, 25 Nov 2011 07:16:01 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/#comment-19326</guid>
		<description>how can i get the arguments name?</description>
		<content:encoded><![CDATA[<p>how can i get the arguments name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corfix</title>
		<link>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/#comment-16302</link>
		<author>corfix</author>
		<pubDate>Tue, 06 Sep 2011 14:51:42 +0000</pubDate>
		<guid>http://www.tyz.nl/2010/04/23/flash-convert-a-function-reference-to-a-readable-string/#comment-16302</guid>
		<description>A simpler and shorter version.

try {
  Class (fun); // just a random cast to throw an error..
}
catch (ex : Error) {
  return (ex.message.match (/MC{.+? .+?(\w*)\(\)}/i) [1]);
}</description>
		<content:encoded><![CDATA[<p>A simpler and shorter version.</p>
<p>try {<br />
  Class (fun); // just a random cast to throw an error..<br />
}<br />
catch (ex : Error) {<br />
  return (ex.message.match (/MC{.+? .+?(\w*)\(\)}/i) [1]);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

