

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > Flash Forum : Topics : XML Combobox</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Mon, 23 Nov 2009 12:10:25 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > Flash Forum : Topics : XML Combobox</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>XML Combobox</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=52143#p52143</link>
				<description><![CDATA[  I'm trying to use AS3 to populate a combobox using external XML.<br />I
know it can be done, but my web searches turn up mostly questions, rather
than answers.<br /><br />My XML (companies.xml) looks likethis:<br /><br
/><div class="codetitle"><b>Code:</b></div><div class="codecontent"><?xml
version="1.0"?><br /><br /><companies><br /><br />&nbsp; &nbsp;<company
name="Company1"></company><br />&nbsp; &nbsp;<company
name="Company2"></company><br />&nbsp; &nbsp;<company
name="Company3"></company><br />&nbsp; &nbsp;<br /></companies></div> <br
/>It really<span style="font-style: italic">is </span> that simple, but I
need to do it externally because it will be regularly updated by someone
who doesn't have flash installed.<br /><br />All I have for ActionScript so
faris:<br /><br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">import fl.controls.ComboBox;<br />import
fl.data.DataProvider;<br /><br />var combo_IMs:ComboBox = new
ComboBox();<br />combo_IMs.setSize(150, 22);<br />combo_IMs.move(20,
20);<br />addChild(combo_IMs);</div> <br />I have been trying all day with
no success - what you see above is the only...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15660">rachjm</a> &bull; on Thu Jun 18, 2009 5:53 am &bull; Replies 0 &bull; Views 172</p><hr />]]></description>
					<content:encoded><![CDATA[  I'm trying to use AS3 to populate a combobox using external XML.<br />I
know it can be done, but my web searches turn up mostly questions, rather
than answers.<br /><br />My XML (companies.xml) looks likethis:<br /><br
/><div class="codetitle"><b>Code:</b></div><div class="codecontent"><?xml
version="1.0"?><br /><br /><companies><br /><br />&nbsp; &nbsp;<company
name="Company1"></company><br />&nbsp; &nbsp;<company
name="Company2"></company><br />&nbsp; &nbsp;<company
name="Company3"></company><br />&nbsp; &nbsp;<br /></companies></div> <br
/>It really<span style="font-style: italic">is </span> that simple, but I
need to do it externally because it will be regularly updated by someone
who doesn't have flash installed.<br /><br />All I have for ActionScript so
faris:<br /><br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">import fl.controls.ComboBox;<br />import
fl.data.DataProvider;<br /><br />var combo_IMs:ComboBox = new
ComboBox();<br />combo_IMs.setSize(150, 22);<br />combo_IMs.move(20,
20);<br />addChild(combo_IMs);</div> <br />I have been trying all day with
no success - what you see above is the only...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=45"><![CDATA[Flash Forum]]></category>
			<dc:creator><![CDATA[15660]]></dc:creator>
			<dc:date>2009-06-18T05:53:20+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=52143#p52143</guid>
		</item>
	
	</channel>
</rss>