<?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: Simple Flash to browser console logging</title>
	<atom:link href="http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Mon, 15 Aug 2011 13:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dale</title>
		<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/comment-page-1/#comment-20808</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Sun, 26 Jun 2011 15:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=358#comment-20808</guid>
		<description>Nice approach. Cheers.</description>
		<content:encoded><![CDATA[<p>Nice approach. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/comment-page-1/#comment-20651</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Tue, 21 Jun 2011 11:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=358#comment-20651</guid>
		<description>Theres an easy way from within flash.

import flash.external.ExternalInterface;
_root.debug = function( str ){
	ExternalInterface.call(&#039;console.log&#039;,str );
}

then just call _root.debug( your_message ); whenever you want.
No need for extra javascript on your page.</description>
		<content:encoded><![CDATA[<p>Theres an easy way from within flash.</p>
<p>import flash.external.ExternalInterface;<br />
_root.debug = function( str ){<br />
	ExternalInterface.call(&#8216;console.log&#8217;,str );<br />
}</p>
<p>then just call _root.debug( your_message ); whenever you want.<br />
No need for extra javascript on your page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bassta</title>
		<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/comment-page-1/#comment-19644</link>
		<dc:creator>bassta</dc:creator>
		<pubDate>Fri, 06 May 2011 12:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=358#comment-19644</guid>
		<description>Hi Dale, check my solution : http://burnandbass.com/debug/ to this problem, the class also shows the fps/memory :)</description>
		<content:encoded><![CDATA[<p>Hi Dale, check my solution : <a href="http://burnandbass.com/debug/" rel="nofollow">http://burnandbass.com/debug/</a> to this problem, the class also shows the fps/memory <img src='http://www.blog.noponies.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür ALTAY</title>
		<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/comment-page-1/#comment-15222</link>
		<dc:creator>Özgür ALTAY</dc:creator>
		<pubDate>Tue, 20 Jul 2010 01:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=358#comment-15222</guid>
		<description>Ok I found it!
From the Javascript Console menu (CTRL+Shift+J)</description>
		<content:encoded><![CDATA[<p>Ok I found it!<br />
From the Javascript Console menu (CTRL+Shift+J)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür ALTAY</title>
		<link>http://www.blog.noponies.com/2010/07/simple-flash-to-browser-console-logging/comment-page-1/#comment-15221</link>
		<dc:creator>Özgür ALTAY</dc:creator>
		<pubDate>Tue, 20 Jul 2010 01:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=358#comment-15221</guid>
		<description>@freemind,
How you can use this in Google Chrome?</description>
		<content:encoded><![CDATA[<p>@freemind,<br />
How you can use this in Google Chrome?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

