<?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: Flex Quick Tip: Printing an Objects&#8217; contents</title>
	<atom:link href="http://www.psyked.co.uk/actionscript/flex-quick-tip-printing-an-objects-contents.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/actionscript/flex-quick-tip-printing-an-objects-contents.htm</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 13:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cole</title>
		<link>http://www.psyked.co.uk/actionscript/flex-quick-tip-printing-an-objects-contents.htm/comment-page-1#comment-7392</link>
		<dc:creator>cole</dc:creator>
		<pubDate>Thu, 20 Jan 2011 20:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://YouquicklylearninActionscript3thattracinganobjects&#039;contentsisnotalwaysthatsimple. Commandssuchasstrongtrace(myObject);/strongoftenyeildthehighlyinfuriatingstrongobjectObject/strongreturn,whichtellsyoumostlynothin#comment-7392</guid>
		<description>Fantastic! Thank you! Just what I&#039;ve been looking for!</description>
		<content:encoded><![CDATA[<p>Fantastic! Thank you! Just what I&#8217;ve been looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pim</title>
		<link>http://www.psyked.co.uk/actionscript/flex-quick-tip-printing-an-objects-contents.htm/comment-page-1#comment-6889</link>
		<dc:creator>Pim</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://YouquicklylearninActionscript3thattracinganobjects&#039;contentsisnotalwaysthatsimple. Commandssuchasstrongtrace(myObject);/strongoftenyeildthehighlyinfuriatingstrongobjectObject/strongreturn,whichtellsyoumostlynothin#comment-6889</guid>
		<description>Very usefull information. Saved me alot of time so thank you!</description>
		<content:encoded><![CDATA[<p>Very usefull information. Saved me alot of time so thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rory</title>
		<link>http://www.psyked.co.uk/actionscript/flex-quick-tip-printing-an-objects-contents.htm/comment-page-1#comment-6498</link>
		<dc:creator>Rory</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://YouquicklylearninActionscript3thattracinganobjects&#039;contentsisnotalwaysthatsimple. Commandssuchasstrongtrace(myObject);/strongoftenyeildthehighlyinfuriatingstrongobjectObject/strongreturn,whichtellsyoumostlynothin#comment-6498</guid>
		<description>Thanks, needed help printing the contents of my Object (associative array) and this did the trick.  And, the other blog where this appeared still does not load, so thanks for the &quot;re-post&quot;</description>
		<content:encoded><![CDATA[<p>Thanks, needed help printing the contents of my Object (associative array) and this did the trick.  And, the other blog where this appeared still does not load, so thanks for the &#8220;re-post&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer Joseph</title>
		<link>http://www.psyked.co.uk/actionscript/flex-quick-tip-printing-an-objects-contents.htm/comment-page-1#comment-4585</link>
		<dc:creator>Kristofer Joseph</dc:creator>
		<pubDate>Mon, 15 Jun 2009 20:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://YouquicklylearninActionscript3thattracinganobjects&#039;contentsisnotalwaysthatsimple. Commandssuchasstrongtrace(myObject);/strongoftenyeildthehighlyinfuriatingstrongobjectObject/strongreturn,whichtellsyoumostlynothin#comment-4585</guid>
		<description>This is not true for all object. For instance the NetStream info object cannot be traversed in this way. Instead you would need to use describeType();



package {
    import flash.display.Sprite;
    import flash.utils.describeType;
    
    public class DescribeTypeExample extends Sprite 
    {
        public function DescribeTypeExample() 
       {
            var child:Sprite = new Sprite();
            var description:XML = describeType(child);
            trace(description..accessor.@name.toXMLString());
        }
    }
}


As described here: http://livedocs.adobe.com/flex/2/langref/flash/utils/package.html#describeType()</description>
		<content:encoded><![CDATA[<p>This is not true for all object. For instance the NetStream info object cannot be traversed in this way. Instead you would need to use describeType();</p>
<p>package {<br />
    import flash.display.Sprite;<br />
    import flash.utils.describeType;</p>
<p>    public class DescribeTypeExample extends Sprite<br />
    {<br />
        public function DescribeTypeExample()<br />
       {<br />
            var child:Sprite = new Sprite();<br />
            var description:XML = describeType(child);<br />
            trace(description..accessor.@name.toXMLString());<br />
        }<br />
    }<br />
}</p>
<p>As described here: <a href="http://livedocs.adobe.com/flex/2/langref/flash/utils/package.html#describeType" rel="nofollow">http://livedocs.adobe.com/flex/2/langref/flash/utils/package.html#describeType</a>()</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.007 seconds using disk: basic
Object Caching 594/599 objects using disk: basic

Served from: www.psyked.co.uk @ 2012-02-10 19:27:06 -->
