<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Adobe Flex 2 Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/flex</link> 
<description>Discussion about the Adobe Flex 2server, it's language (MXML), the Flex Builder IDE (based on Eclipse) and anything else related to the product.</description> 
<language>en-us</language> 
<copyright>Copyright 2007, House of Fusion</copyright> 
<lastBuildDate>Sat, 11 Oct 2008 08:44:18 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[datagrid itemrenderer problem]]></title> 
	<description><![CDATA[never mind.. I uncommented the<br>
	override protected function updateDisplayList(unscaledWidth:Number,<br>
	unscaledHeight:Number):void {<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;super.updateDisplayList(unscaledWidth, unscaledHeight);<br>
	<br>
	and viola works..<br>
	back to it..<br>
	<br>
	Thanks again!<br>
	<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5505"  title="Adobe Flex 2: datagrid itemrenderer problem">more</A>]]]></description> 
	<pubDate>Tue, 07 Oct 2008 12:54:00 GMT</pubDate> 
	<dc:author>Greg Morphis</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5505</guid> 
</item>

<item>
	<title><![CDATA[datagrid itemrenderer problem]]></title> 
	<description><![CDATA[Thanks Doug! I'm gonna give them a good read because the data works<br>
	but the column seems to be not a child of the datagrid any longer.. I<br>
	can resize the column header but the data stays in the same place, if<br>
	I shrink the page the data bunches up with <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5504"  title="Adobe Flex 2: datagrid itemrenderer problem">more</A>]]]></description> 
	<pubDate>Tue, 07 Oct 2008 12:51:00 GMT</pubDate> 
	<dc:author>Greg Morphis</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5504</guid> 
</item>

<item>
	<title><![CDATA[datagrid itemrenderer problem]]></title> 
	<description><![CDATA[You will need to override the data setter<br>
	<br>
	override public function set data( value:SomeType):void<br>
	{<br>
	&nbsp;&nbsp;&nbsp; if( value != null)<br>
	&nbsp;&nbsp;&nbsp;{<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text = data.somePropertyToGetTextFrom;<br>
	&nbsp;&nbsp;&nbsp;}<br>
	}<br>
	<br>
	This overcomes your timing issue via the nullity check.<br>
	<br>
	I'<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5502"  title="Adobe Flex 2: datagrid itemrenderer problem">more</A>]]]></description> 
	<pubDate>Tue, 07 Oct 2008 12:00:00 GMT</pubDate> 
	<dc:author>Douglas Knudsen</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5502</guid> 
</item>

<item>
	<title><![CDATA[datagrid itemrenderer problem]]></title> 
	<description><![CDATA[I have an application that retrieves data via a remoteobject call to a<br>
	CFC and then populates a datagrid.<br>
	I need to use an itemRenderer on the datagridcolumn but the data isnt<br>
	there yet when the datagrid initializes..<br>
	So how do I make the datagrid <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5501"  title="Adobe Flex 2: datagrid itemrenderer problem">more</A>]]]></description> 
	<pubDate>Mon, 06 Oct 2008 03:58:00 GMT</pubDate> 
	<dc:author>Greg Morphis</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5501</guid> 
</item>

<item>
	<title><![CDATA[Senior Software Engineer - Adobe Flex, Python, SQL, Object-Oriented Programming]]></title> 
	<description><![CDATA[Senior Software Engineer - Structured Query Language (SQL), Object-Oriented Programming<br>
	<br>
	Job Responsibilities<br>
	<br>
	The Sr. Software Developer will be responsible for the development of the NetGraviton suite of products. Development is done primarily using<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5492"  title="Adobe Flex 2: Senior Software Engineer - Adobe Flex, Python, SQL, Object-Oriented Programming">more</A>]]]></description> 
	<pubDate>Fri, 26 Sep 2008 10:25:00 GMT</pubDate> 
	<dc:author>Robert Stanley </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5492</guid> 
</item>

<item>
	<title><![CDATA[Dynamic repeating checkboxes - select all]]></title> 
	<description><![CDATA[I have dynamic checkboxes in a Repeater.<br>
	<br>
	I want to create a button for Select All and Clear All that will select each checkbox and clear each checkbox respectively.<br>
	<br>
	I'm hitting a wall.<br>
	<br>
	Here's the checkbox code:<br>
	<br>
	&lt;mx:Button id=&quot;<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5490"  title="Adobe Flex 2: Dynamic repeating checkboxes - select all">more</A>]]]></description> 
	<pubDate>Mon, 22 Sep 2008 11:36:00 GMT</pubDate> 
	<dc:author>ColdFusion Developer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5490</guid> 
</item>

<item>
	<title><![CDATA[Accessing an objects methods to include its dynamic children]]></title> 
	<description><![CDATA[Hi Steve Good.<br>
	<br>
	They are Sprite Objects.<br>
	<br>
	I am wanting to control the other children objects. Ie when I move the main obj_rectangle, the other objects respond and move in exactly the same manner.<br>
	Not sure the best way to do that.... <br>
	<br>
	<br>
	&gt;I am <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5487"  title="Adobe Flex 2: Accessing an objects methods to include its dynamic children">more</A>]]]></description> 
	<pubDate>Fri, 19 Sep 2008 02:55:00 GMT</pubDate> 
	<dc:author>Don </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5487</guid> 
</item>

<item>
	<title><![CDATA[Accessing an objects methods to include its dynamic children]]></title> 
	<description><![CDATA[I am assuming that by object you mean component and not the data type&nbsp;&nbsp;<br>
	Object().<br>
	<br>
	Are you wanting to change event listeners on the children of the&nbsp;&nbsp;<br>
	rectangle or pass events that happen in page A / rectangle?<br>
	<br>
	Steve Good<br>
	<A HREF="http://lanctr.com">http://lanctr.com</A><BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5486"  title="Adobe Flex 2: Accessing an objects methods to include its dynamic children">more</A>]]]></description> 
	<pubDate>Fri, 19 Sep 2008 02:16:00 GMT</pubDate> 
	<dc:author>Steve Good </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5486</guid> 
</item>

<item>
	<title><![CDATA[Accessing an objects methods to include its dynamic children]]></title> 
	<description><![CDATA[Say I have an three objects created on page A.<br>
	<br>
	obj_rectangle<br>
	obj_circle<br>
	obj_triangle<br>
	<br>
	Then I made, obj_circle and obj_triangle into CHILDREN of obj_rectangle via the addChild() mehtod.<br>
	<br>
	Now, from page A, can I update ( obj_rectangle ) mouse <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5485"  title="Adobe Flex 2: Accessing an objects methods to include its dynamic children">more</A>]]]></description> 
	<pubDate>Fri, 19 Sep 2008 12:36:00 GMT</pubDate> 
	<dc:author>Don </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5485</guid> 
</item>

<item>
	<title><![CDATA[Need Help Please    ]]></title> 
	<description><![CDATA[I'm guessing a security, configuration, or path related issue.<br>
	<br>
	Use this super awesome tool to see what's going on traffic wise to see <br>
	what Flex is trying to hit, and what's coming back:<br>
	<br>
	<A HREF="http://kevinlangdon.com/serviceCapture/">http://kevinlangdon.com/serviceCapture/</A><br>
	<br>
	William wrote<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5481"  title="Adobe Flex 2: Need Help Please....">more</A>]]]></description> 
	<pubDate>Mon, 08 Sep 2008 02:22:00 GMT</pubDate> 
	<dc:author>Tariq Ahmed </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5481</guid> 
</item>



<item>
	<title><![CDATA[There has never been a better time to be a ColdFusion Developer]]></title> 
	<description><![CDATA[Adobe&reg; ColdFusion&reg; 8 software is a must-have release for developers to create compelling internet applications that fit in today's enterprise environment.  Now you can build rich and engaging application experiences for users that do more and look better faster than ever.

There has never been a better time to be a ColdFusion Developer.

Get the Free Trial]]></description> 
	<guid>http://ad.doubleclick.net/clk;207172701;29440100;m</guid>
	<pubDate>Sat, 11 Oct 2008 08:44:18 GMT</pubDate> 
	<dc:author>Adobe Systems</dc:author> 
</item>

<item>
	<title><![CDATA[Need Help Please    ]]></title> 
	<description><![CDATA[Without seeing any code, the only thing I can suggest would be to pop&nbsp;&nbsp;<br>
	in some trace's and set error handlers for the remote object methods.&nbsp;&nbsp;&nbsp;<br>
	Honestly though, fora question like this you might want to send it to&nbsp;&nbsp;<br>
	a group like flexcoders (on yahoo <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5480"  title="Adobe Flex 2: Need Help Please....">more</A>]]]></description> 
	<pubDate>Mon, 08 Sep 2008 09:46:00 GMT</pubDate> 
	<dc:author>Steve Good </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5480</guid> 
</item>

<item>
	<title><![CDATA[Need Help Please    ]]></title> 
	<description><![CDATA[&nbsp;&nbsp;&nbsp;Hi I'm a newbie to flex and php...<br>
	<br>
	I create a flex application using php to read data from database. The&nbsp;&nbsp;<br>
	problem is the application is working fine in my own development pc&nbsp;&nbsp;<br>
	but when i upload to my web server others PC or notebook the&nbsp;&nbsp;<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5479"  title="Adobe Flex 2: Need Help Please....">more</A>]]]></description> 
	<pubDate>Mon, 08 Sep 2008 06:01:00 GMT</pubDate> 
	<dc:author>William </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5479</guid> 
</item>

<item>
	<title><![CDATA[Need Help Please    ]]></title> 
	<description><![CDATA[Hi, I'm a newbie to flex and php...<br>
	<br>
	I create a flex application and using php read data from database. The problem is the application is working fine in my own pc but i upload to my web server then others pc or notebook is not working ??? Can Anyone <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5478"  title="Adobe Flex 2: Need Help Please....">more</A>]]]></description> 
	<pubDate>Mon, 08 Sep 2008 05:57:00 GMT</pubDate> 
	<dc:author>William Doo </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5478</guid> 
</item>

<item>
	<title><![CDATA[Flex Error 1067]]></title> 
	<description><![CDATA[Components.ChangeCurrentStatus<br>
	This in /src/Components/ChangeStatus for sure?&nbsp;&nbsp;is this a AS component and<br>
	correctly named and the constructor is correctly named?&nbsp;&nbsp;I doubt this was a<br>
	internal collision, the Flex SDK's naming standards would not have a<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5467"  title="Adobe Flex 2: Flex Error 1067">more</A>]]]></description> 
	<pubDate>Sun, 31 Aug 2008 11:03:00 GMT</pubDate> 
	<dc:author>Douglas Knudsen</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5467</guid> 
</item>

<item>
	<title><![CDATA[Flex Error 1067]]></title> 
	<description><![CDATA[-----BEGIN PGP SIGNED MESSAGE-----<br>
	Hash: SHA1<br>
	 <br>
	I do not know if I was using a reserved word or something within Flex, <br>
	but I changed the name of my mxml component to InsertNewStatusComponent <br>
	with the exact same code as the original component and it<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5466"  title="Adobe Flex 2: Flex Error 1067">more</A>]]]></description> 
	<pubDate>Sun, 31 Aug 2008 08:45:00 GMT</pubDate> 
	<dc:author>Graham Pearson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5466</guid> 
</item>

<item>
	<title><![CDATA[Flex Error 1067]]></title> 
	<description><![CDATA[&gt;<br>
	&gt; var CurrentStatusWindow:ChangeCurrentStatus =<br>
	&gt; PopUpManager.createPopUp(this,ChangeCurrentStatus,true) as<br>
	&gt; ChangeCurrentStatus;<br>
	<br>
	I am not sure what type your ChangeCurrentStatus class is but it must&nbsp;&nbsp;<br>
	be of type IFlexDisplayObject (or extend <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5465"  title="Adobe Flex 2: Flex Error 1067">more</A>]]]></description> 
	<pubDate>Sat, 30 Aug 2008 10:26:00 GMT</pubDate> 
	<dc:author>Stefan Richter </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5465</guid> 
</item>

<item>
	<title><![CDATA[Flex Error 1067]]></title> 
	<description><![CDATA[-----BEGIN PGP SIGNED MESSAGE-----<br>
	Hash: SHA1<br>
	 <br>
	I am on my 4th Flex/Air application and I have done the same steps for <br>
	each one, however this one application is producing the following error <br>
	which I am unable to solve so I am asking guru's. The <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5464"  title="Adobe Flex 2: Flex Error 1067">more</A>]]]></description> 
	<pubDate>Fri, 29 Aug 2008 08:53:00 GMT</pubDate> 
	<dc:author>Graham Pearson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5464</guid> 
</item>

<item>
	<title><![CDATA[AIR Question: Moving Window to specific location]]></title> 
	<description><![CDATA[see <A HREF="http://livedocs.adobe.com/flex/3/langref/flash/display/NativeWindow.html">http://livedocs.adobe.com/flex/3/langref/flash/display/NativeWindow.html</A><br>
	NativeWindow.x and y control the apps position relative to the users<br>
	desktop.<br>
	<br>
	DK<br>
	<br>
	On Thu, Aug 21, 2008 at 8:12 AM, Graham Pearson &lt;gpearson@yourcfpro.com&gt;wrote<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5450"  title="Adobe Flex 2: AIR Question: Moving Window to specific location">more</A>]]]></description> 
	<pubDate>Thu, 21 Aug 2008 08:53:00 GMT</pubDate> 
	<dc:author>Douglas Knudsen</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5450</guid> 
</item>

<item>
	<title><![CDATA[AIR Question: Moving Window to specific location]]></title> 
	<description><![CDATA[-----BEGIN PGP SIGNED MESSAGE-----<br>
	Hash: SHA1<br>
	 <br>
	Is anyone know how to move a window in AIR to a specific location on the <br>
	screen. I am working on creating an application for the News Media to <br>
	display School Closings and with this application being <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5449"  title="Adobe Flex 2: AIR Question: Moving Window to specific location">more</A>]]]></description> 
	<pubDate>Thu, 21 Aug 2008 08:11:00 GMT</pubDate> 
	<dc:author>Graham Pearson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5449</guid> 
</item>

<item>
	<title><![CDATA[Flex Datagrid click event]]></title> 
	<description><![CDATA[listen for the change event instead.&nbsp;&nbsp;click is thrown when the user mouse<br>
	clicks anywhere on a datagrid, change is thrown only when the selectedItem<br>
	changes by clicking a different row in the datagrid.<br>
	<br>
	DK<br>
	<br>
	On Thu, Aug 14, 2008 at 9:16 AM, Graham <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5444"  title="Adobe Flex 2: Flex Datagrid click event">more</A>]]]></description> 
	<pubDate>Fri, 15 Aug 2008 09:00:00 GMT</pubDate> 
	<dc:author>Douglas Knudsen</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5444</guid> 
</item>

<item>
	<title><![CDATA[Flex Datagrid click event]]></title> 
	<description><![CDATA[-----BEGIN PGP SIGNED MESSAGE-----<br>
	Hash: SHA1<br>
	 <br>
	While working with the flex datagrid click event, I ran into an issue <br>
	which I am needeing assistance with. This grid lists the Businesses <br>
	within a radius and has columns being displayed of Business <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5443"  title="Adobe Flex 2: Flex Datagrid click event">more</A>]]]></description> 
	<pubDate>Fri, 15 Aug 2008 12:52:00 GMT</pubDate> 
	<dc:author>Graham Pearson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5443</guid> 
</item>

<item>
	<title><![CDATA[Disable scroll for TileList]]></title> 
	<description><![CDATA[Why not just remove any absolute height&nbsp;&nbsp;/ width values?&nbsp;&nbsp;This would&nbsp;&nbsp;<br>
	force the parent container to be resized to fit it's children.<br>
	<br>
	&lt;mx:Canvas&gt;<br>
		&lt;mx:Panel&gt;<br>
			&lt;mx:VBox id=&quot;detailPanel&quot; horizontalScrollPolicy=&quot;off&quot;&nbsp;&nbsp;<br>
	verticalScrollPolicy=&quot;off<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5441"  title="Adobe Flex 2: Disable scroll for TileList">more</A>]]]></description> 
	<pubDate>Wed, 06 Aug 2008 10:07:00 GMT</pubDate> 
	<dc:author>Steve Good </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5441</guid> 
</item>

<item>
	<title><![CDATA[Disable scroll for TileList]]></title> 
	<description><![CDATA[Hi there ... I'm a Flex noob; be gentle!<br>
	<br>
	I have a TileList set up to display photos. However, my client has requested that there be no scrolling on these photos when they display. They want the app to resize to fit all the photos dynamically, whether <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5440"  title="Adobe Flex 2: Disable scroll for TileList">more</A>]]]></description> 
	<pubDate>Wed, 06 Aug 2008 07:57:00 GMT</pubDate> 
	<dc:author>ColdFusion Developer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5440</guid> 
</item>

<item>
	<title><![CDATA[IP address check]]></title> 
	<description><![CDATA[Hi Graham,<br>
	<br>
	I am unsure to be honest, I can ping the client and ask though,&nbsp;&nbsp;<br>
	however, Remote_Addr returns a valid IP (pity its the same for each&nbsp;&nbsp;<br>
	client workstation due to it being a corporate network setup), its the&nbsp;&nbsp;<br>
	HTTP_X_Forwarded_For that is <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5436"  title="Adobe Flex 2: IP address check">more</A>]]]></description> 
	<pubDate>Wed, 23 Jul 2008 10:58:00 GMT</pubDate> 
	<dc:author>Simon Bailey </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5436</guid> 
</item>

<item>
	<title><![CDATA[IP address check]]></title> 
	<description><![CDATA[-----BEGIN PGP SIGNED MESSAGE-----<br>
	Hash: SHA1<br>
	 <br>
	Does the application happen to be running on Windows 2000 Pro with <br>
	Apache? I had this same issue and until I added one line into the <br>
	httpd.conf file, I was unable to to use the CGI.Remote_Addr as it <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5435"  title="Adobe Flex 2: IP address check">more</A>]]]></description> 
	<pubDate>Wed, 23 Jul 2008 10:49:00 GMT</pubDate> 
	<dc:author>Graham Pearson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5435</guid> 
</item>

<item>
	<title><![CDATA[IP address check]]></title> 
	<description><![CDATA[Hi all,<br>
	<br>
	I would like to do some conditional checking in a Flex app based on&nbsp;&nbsp;<br>
	Local (not proxy) IP address of the user.&nbsp;&nbsp;I have looked at using the&nbsp;&nbsp;<br>
	below:<br>
	<br>
	&lt;cfif #CGI.HTTP_X_Forwarded_For# EQ &quot;&quot;&gt;<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;	&lt;cfset ipaddress=&quot;#CGI.Remote_Addr<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5428"  title="Adobe Flex 2: IP address check">more</A>]]]></description> 
	<pubDate>Tue, 22 Jul 2008 03:12:00 GMT</pubDate> 
	<dc:author>Simon Bailey </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5428</guid> 
</item>

<item>
	<title><![CDATA[Converting XML to Array]]></title> 
	<description><![CDATA[Here are a couple links I found on Google.&nbsp;&nbsp;I haven't tested them, but&nbsp;&nbsp;<br>
	at first glance they may have the info you need.<br>
	<br>
	<A HREF="http://blog.classsoftware.com/index.cfm/2007/5/24/Flex-Webservices-XML-and-Array-Conversion">http://blog.classsoftware.com/index.cfm/2007/5/24/Flex-Webservices-XML-and-Array-Conversion</A><br>
	<br>
	<A HREF="http://www.actionscript.org/forums">http://www.actionscript.org/forums</A><BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5426"  title="Adobe Flex 2: Converting XML to Array">more</A>]]]></description> 
	<pubDate>Mon, 21 Jul 2008 04:56:00 GMT</pubDate> 
	<dc:author>Steve Good </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5426</guid> 
</item>

<item>
	<title><![CDATA[Converting XML to Array]]></title> 
	<description><![CDATA[-----BEGIN PGP SIGNED MESSAGE-----<br>
	Hash: SHA1<br>
	 <br>
	Fir the first time I am working with a PHP Developer to create an Flex <br>
	Frontend for one of their projects and an example of the returned xml <br>
	packet is from the following link. I have been searching <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5425"  title="Adobe Flex 2: Converting XML to Array">more</A>]]]></description> 
	<pubDate>Mon, 21 Jul 2008 04:02:00 GMT</pubDate> 
	<dc:author>Graham Pearson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5425</guid> 
</item>

<item>
	<title><![CDATA[pdf POST and ColdFusion ]]></title> 
	<description><![CDATA[Examine the XML string you are attempting to parse.&nbsp;&nbsp;CF can be picky <br>
	about any unexpected characters that appear in the beginning of the <br>
	string.&nbsp;&nbsp;I've seen many discussions when BOM characters are involved in <br>
	the XML string<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5421"  title="Adobe Flex 2: pdf POST and CF">more</A>]]]></description> 
	<pubDate>Wed, 16 Jul 2008 12:33:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5421</guid> 
</item>

<item>
	<title><![CDATA[pdf POST and ColdFusion ]]></title> 
	<description><![CDATA[Hi all,<br>
	<br>
	I know this ain't necessarily Flex and ColdFusion but I have not seen&nbsp;&nbsp;<br>
	an Acrobat and ColdFusion list :)&nbsp;&nbsp;People may or may not be able to&nbsp;&nbsp;<br>
	help her but I got nowt to lose!<br>
	<br>
	I have a pdf generated by LiveCycle ES (by someone else) and the<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5420"  title="Adobe Flex 2: pdf POST and CF">more</A>]]]></description> 
	<pubDate>Wed, 16 Jul 2008 12:04:00 GMT</pubDate> 
	<dc:author>Simon Bailey </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5420</guid> 
</item>

<item>
	<title><![CDATA[Simple Flex ColdFusion connection test app]]></title> 
	<description><![CDATA[I noticed a few people out there trying to build a simple connection&nbsp;&nbsp;<br>
	application to test if Flex and ColdFusion were talking using&nbsp;&nbsp;<br>
	RemoteObject.<br>
	<br>
	So I decided to build a simple app that people could be re-used either&nbsp;&nbsp;<br>
	remote or locally.<br>
	<br>
	This <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5419"  title="Adobe Flex 2: Simple Flex ColdFusion connection test app">more</A>]]]></description> 
	<pubDate>Wed, 16 Jul 2008 06:50:00 GMT</pubDate> 
	<dc:author>Simon Bailey </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5419</guid> 
</item>

<item>
	<title><![CDATA[Help with 2032 error]]></title> 
	<description><![CDATA[I see what I did wrong.&nbsp;&nbsp;Thanks for your help<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5417"  title="Adobe Flex 2: Help with 2032 error">more</A>]]]></description> 
	<pubDate>Tue, 15 Jul 2008 03:36:00 GMT</pubDate> 
	<dc:author>Brian Bradley </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5417</guid> 
</item>

<item>
	<title><![CDATA[Help with 2032 error]]></title> 
	<description><![CDATA[Brian,<br>
	You are not returning anything? The http service is a call that will get<br>
	some kind of data back. Usually this would point to a remote cfc function<br>
	that would return some kind of data. An easy test for you would be to point<br>
	at someones rss feed<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5416"  title="Adobe Flex 2: Help with 2032 error">more</A>]]]></description> 
	<pubDate>Tue, 15 Jul 2008 03:33:00 GMT</pubDate> 
	<dc:author>Dan Vega</dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5416</guid> 
</item>

<item>
	<title><![CDATA[Help with 2032 error]]></title> 
	<description><![CDATA[Here is my code for the Flex app:<br>
	&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
	&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot; xmlns=&quot;*&quot; layout=&quot;absolute&quot; creationComplete=&quot;userRequest.send()&quot;&gt;<br>
	 &lt;mx:HTTPService id=&quot;userRequest&quot; url=&quot;http://www.<BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5415"  title="Adobe Flex 2: Help with 2032 error">more</A>]]]></description> 
	<pubDate>Tue, 15 Jul 2008 03:28:00 GMT</pubDate> 
	<dc:author>Brian Bradley </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5415</guid> 
</item>

<item>
	<title><![CDATA[Flex Integration -&gt; Server Identity]]></title> 
	<description><![CDATA[&gt;<br>
	&gt; To use RemoteObject you need to compile against a services-config.xml<br>
	&gt; file, this is setup for you when creating a application with server<br>
	&gt; type coldfusion.&nbsp;&nbsp;The services-config has settings with placeholders<br>
	&gt; for servername, port, etc so can <BR> [<A href="http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5414"  title="Adobe Flex 2: Flex Integration -&gt; Server Identity">more</A>]]]></description> 
	<pubDate>Tue, 15 Jul 2008 02:47:00 GMT</pubDate> 
	<dc:author>Joćo_Fernandes </dc:author> 
	<guid>http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5414</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 2, Issue 4 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Best Practices and Development Environments. Just what we all need.
	
	Order now]]></description> 
	<guid>https://secure.houseoffusion.com/vol2issue4.cfm</guid>
	<pubDate>Sat, 11 Oct 2008 08:44:18 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

