<?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: Answer a Flex question, get a Buzzword invite (#3)</title>
	<atom:link href="http://www.colettas.org/?feed=rss2&#038;p=109" rel="self" type="application/rss+xml" />
	<link>http://www.colettas.org/?p=109</link>
	<description>tips on Flex, news about Noteflight, musings on the web</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:35:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: david</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22708</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 24 May 2007 09:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22708</guid>
		<description>OK, I&#039;m declaring this contest closed. I&#039;m surprised that no one mentioned this one:
&lt;pre&gt;
&lt;mx:XML source=&quot;../xml/version.xml&quot; id=&quot;versionXML&quot; /&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;m declaring this contest closed. I&#8217;m surprised that no one mentioned this one:</p>
<pre>
&lt;mx:XML source="../xml/version.xml" id="versionXML" /&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROMAIN</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22707</link>
		<dc:creator>ROMAIN</dc:creator>
		<pubDate>Thu, 24 May 2007 08:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22707</guid>
		<description>Old School ;-)

&lt;code&gt;
var myXml:URLRequest = new URLRequest(&quot;http://www.foo.com/myXml.xml&quot;);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Old School <img src='http://www.colettas.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><code><br />
var myXml:URLRequest = new URLRequest("http://www.foo.com/myXml.xml");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22671</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Mon, 21 May 2007 23:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22671</guid>
		<description>Load it via AJAX and pass it to Flash through the ExternalInterface. :)</description>
		<content:encoded><![CDATA[<p>Load it via AJAX and pass it to Flash through the ExternalInterface. <img src='http://www.colettas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathanael de Jager</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22666</link>
		<dc:creator>Nathanael de Jager</dc:creator>
		<pubDate>Mon, 21 May 2007 16:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22666</guid>
		<description>Wow, thank you for the invite David!! :) :)</description>
		<content:encoded><![CDATA[<p>Wow, thank you for the invite David!! <img src='http://www.colettas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://www.colettas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusty</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22665</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Mon, 21 May 2007 16:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22665</guid>
		<description>Man, it&#039;s hard to write code in these comment boxes!


or using the &lt;model&gt; or &lt;XML&gt; tags:
&lt;model id=&quot;dp&quot; &gt;
&lt;xmlroot&gt;
&lt;dataItem label=&quot;Yay XML&quot; data=&quot;file.jpg&quot; /&gt;
&lt;/xmlroot&gt;
&lt;/model&gt;

Then you can bind from a control:

&lt;list dataprovider=&quot;{dp}&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Man, it&#8217;s hard to write code in these comment boxes!</p>
<p>or using the &lt;model&gt; or &lt;XML&gt; tags:<br />
&lt;model id=&#8221;dp&#8221; &gt;<br />
&lt;xmlroot&gt;<br />
&lt;dataItem label=&#8221;Yay XML&#8221; data=&#8221;file.jpg&#8221; /&gt;<br />
&lt;/xmlroot&gt;<br />
&lt;/model&gt;</p>
<p>Then you can bind from a control:</p>
<p>&lt;list dataprovider=&#8221;{dp}&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusty</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22664</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Mon, 21 May 2007 16:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22664</guid>
		<description>in an MXML file:
var xmlData:XML = &lt;root&gt;Yay XML&amp;lt/root&gt;;</description>
		<content:encoded><![CDATA[<p>in an MXML file:<br />
var xmlData:XML = &lt;root&gt;Yay XML&amp;lt/root&gt;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusty</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22663</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Mon, 21 May 2007 16:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22663</guid>
		<description>in an MXML file:
var xmlData:XML = Yay XML;</description>
		<content:encoded><![CDATA[<p>in an MXML file:<br />
var xmlData:XML = Yay XML;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Copyleft</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22662</link>
		<dc:creator>Copyleft</dc:creator>
		<pubDate>Mon, 21 May 2007 15:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22662</guid>
		<description>XML.ignoreComments = false;
XML.ignoreProcessingInstructions = false;
var x1:XML = 
    
        
        
            burger
            3.95
        
        
            fries
            1.45
        
    </description>
		<content:encoded><![CDATA[<p>XML.ignoreComments = false;<br />
XML.ignoreProcessingInstructions = false;<br />
var x1:XML = </p>
<p>            burger<br />
            3.95</p>
<p>            fries<br />
            1.45</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Alcaraz</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22660</link>
		<dc:creator>Alberto Alcaraz</dc:creator>
		<pubDate>Mon, 21 May 2007 15:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22660</guid>
		<description>David, thanks a lot for the invitation. I can only say WOW! It&#039;s really amazing... I was expecting something cool, but this is really awesome!

thanks again...</description>
		<content:encoded><![CDATA[<p>David, thanks a lot for the invitation. I can only say WOW! It&#8217;s really amazing&#8230; I was expecting something cool, but this is really awesome!</p>
<p>thanks again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathanael de Jager</title>
		<link>http://www.colettas.org/?p=109&#038;cpage=1#comment-22659</link>
		<dc:creator>Nathanael de Jager</dc:creator>
		<pubDate>Mon, 21 May 2007 15:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.colettas.org/?p=109#comment-22659</guid>
		<description>Use the WebService Object to load XML and bind to a local XMLCollection.</description>
		<content:encoded><![CDATA[<p>Use the WebService Object to load XML and bind to a local XMLCollection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
