<?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>ColdFusion Flash (CF-Flash) Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/cf-flash</link> 
<description>Discussion about the use of Flash with ColdFusion</description> 
<language>en-us</language> 
<copyright>Copyright 2010, House of Fusion</copyright> 
<lastBuildDate>Sat, 20 Mar 2010 03:37:09 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[flash remoting and refreshing a grid after database update]]></title> 
	<description><![CDATA[was that the min amount of server sleep needed? did i work at say .1 seconds?<br>
	<br>
	Tyron E. Foston<br>
	<br>
	Comedy Style: Industrial Strength<br>
	<br>
	<A HREF="Http://www.TyronFoston.com">Http://www.TyronFoston.com</A><br>
	<br>
	<A HREF="http://www.myspace.com/tyronfoston">http://www.myspace.com/tyronfoston</A><br>
	<br>
	--- On Wed, 5/20/09, tim barth &lt;tim@barthhouston.com<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:300"  title="ColdFusion Flash (CF-Flash): flash remoting and refreshing a grid after database update">more</A>]]]></description> 
	<pubDate>Wed, 20 May 2009 05:40:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:300</guid> 
</item>

<item>
	<title><![CDATA[flash remoting and refreshing a grid after database update]]></title> 
	<description><![CDATA[I figured this out ... put a 1/4 second sleep in each of the get data cfcs - works like a charm.<br>
	<br>
	Using this code before I retrieve a query in my CFC:<br>
	&lt;cfscript&gt;<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;thread = CreateObject(&quot;java&quot;, &quot;java.lang.Thread&quot;);<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;thread.sleep(250);<br>
	&lt;/<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:299"  title="ColdFusion Flash (CF-Flash): flash remoting and refreshing a grid after database update">more</A>]]]></description> 
	<pubDate>Wed, 20 May 2009 12:23:00 GMT</pubDate> 
	<dc:author>tim barth </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:299</guid> 
</item>

<item>
	<title><![CDATA[flash remoting and refreshing a grid after database update]]></title> 
	<description><![CDATA[I am using flash remoting to update data and refresh a grid in a flash cfform.&nbsp;&nbsp;My goal is to have the user update data in the form (creating a call to a CFC that that performs a SQL update), then to update the data in a grid.<br>
	<br>
	Problem is that when I <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:298"  title="ColdFusion Flash (CF-Flash): flash remoting and refreshing a grid after database update">more</A>]]]></description> 
	<pubDate>Wed, 20 May 2009 03:40:00 GMT</pubDate> 
	<dc:author>tim barth </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:298</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Hi Tyron,<br>
	Thank you so much I finally got a chance to go over this tonight. <br>
	I get a undefined in the output window. i will be playing with this tonight, as I really want to start getting into flash remoting with AS 3!<br>
	<br>
	I will post a blog about this so <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:297"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Wed, 08 Apr 2009 03:30:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:297</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Attached is the link to the flashremoting script if you didn't get the attachment in the email<br>
	<br>
	<A HREF="http://test.skyxl.com/actionscript/flashremoting.zip">http://test.skyxl.com/actionscript/flashremoting.zip</A><br>
	<br>
	I hope this provides some benefit to someone!<br>
	<br>
	--- On Sat, 4/4/09, John Barrett &lt;barrjohnm@yahoo.<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:296"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Mon, 06 Apr 2009 07:12:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:296</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[How To Use the AS3 FlashRemoting Class<br>
	<br>
	1) Create an instance of the FlashRemoting class<br>
	   -The constructor takes the location of the flash<br>
	   remoting servcie as its only parameter<br>
	<br>
	2) Set a &quot;onLoad&quot; handler to handle the results coming<br>
	   from <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:295"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Mon, 06 Apr 2009 07:02:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:295</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Hi Tyron,<br>
	thanks so much for your help`-`<br>
	I found an example on flash-db. Seems like there is an error in there code, as I get &quot;TypeError: Error #1034: Type Coercion failed: cannot convert Object@d7fe101 to flash.events.Event.&quot;<br>
	<br>
	Is this because of not <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:294"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Sun, 05 Apr 2009 12:26:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:294</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Hi Chris,<br>
	thanks`-`<br>
	<br>
	<br>
	<br>
	________________________________<br>
	From: Chris Velevitch &lt;chris.velevitch@gmail.com&gt;<br>
	To: cf-flash &lt;cf-flash@houseoffusion.com&gt;<br>
	Sent: Friday, April 3, 2009 9:27:28 PM<br>
	Subject: Re: getting a datagrid to display data with CF &amp; <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:293"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Sun, 05 Apr 2009 12:22:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:293</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[In as2, you could pass a recordset back to the flash but in as3, the recordset object is only for adobe air. So when you pass a recordset back into as3, it comes into the flash player as an object instead of a recordset, so you'll have to loop through the<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:292"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Sat, 04 Apr 2009 10:48:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:292</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[For AS3 look at flash.net.NetConnection and any articles around it.<br>
	<br>
	Chris<br>
	--<br>
	Chris Velevitch<br>
	Manager - Adobe Platform Users Group, Sydney<br>
	m: 0415 469 095<br>
	www.apugs.org.au<br>
	<br>
	Adobe Platform Users Group, Sydney<br>
	April meeting: Mate Application <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:291"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Sat, 04 Apr 2009 03:28:00 GMT</pubDate> 
	<dc:author>Chris Velevitch </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:291</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Hi Chris,<br>
	Thanks for getting back to me.<br>
	I have searched adobe, as well as google and blogs that I know, but I can't find anything related to AS 3. <br>
	All the resources on Adobe is for AS 2.<br>
	<br>
	Thanks,<br>
	John<br>
	<br>
	<br>
	<br>
	________________________________<br>
	From: Chris <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:290"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Sat, 04 Apr 2009 12:52:00 GMT</pubDate> 
	<dc:author>John Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:290</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Do a search for &quot;flash remoting coldfusion tutorials&quot; on the Adobe<br>
	Developer Connection website [1].<br>
	<br>
	[1] <A HREF="http://www.adobe.com/devnet">http://www.adobe.com/devnet</A><br>
	<br>
	Chris<br>
	--<br>
	Chris Velevitch<br>
	Manager - Adobe Platform Users Group, Sydney<br>
	m: 0415 469 095<br>
	www.apugs.org.au<br>
	<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:289"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Sat, 04 Apr 2009 12:12:00 GMT</pubDate> 
	<dc:author>Chris Velevitch </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:289</guid> 
</item>

<item>
	<title><![CDATA[getting a datagrid to display data with ColdFusion  & remoting]]></title> 
	<description><![CDATA[Hi,<br>
	I finally got flash a ColdFusion to talk to each other, and now I am trying to query a database and display those results in a AS 3 datagrid in flash.<br>
	<br>
	Can somebody help me out with this, or if you know a blog or tutorial that might help me I would<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:288"  title="ColdFusion Flash (CF-Flash): getting a datagrid to display data with CF & remoting">more</A>]]]></description> 
	<pubDate>Fri, 03 Apr 2009 09:44:00 GMT</pubDate> 
	<dc:author>John  Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:288</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 20 Mar 2010 03:37:09 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[cfform and required field issue]]></title> 
	<description><![CDATA[I've run into something in my puttering with cfform type=&quot;flash&quot; and required fields. Pardon the cross posting as I realized that there was actually a list here that is probably more suited to my question. I have a test form setup at <A HREF="http://domis.med.unc.">http://domis.med.unc.</A><BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:287"  title="ColdFusion Flash (CF-Flash): cfform and required field issue">more</A>]]]></description> 
	<pubDate>Tue, 17 Mar 2009 05:40:00 GMT</pubDate> 
	<dc:author>Bob Imperial </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:287</guid> 
</item>

<item>
	<title><![CDATA[Validate form data on tab before moving to next tab in flash  cfform]]></title> 
	<description><![CDATA[It should work the same way because all you are doing is changing the<br>
	the cfformgroup to be type tabnavigator instead of accordian.<br>
	<br>
	Chris<br>
	--<br>
	Chris Velevitch<br>
	Manager - Adobe Platform Users Group, Sydney<br>
	m: 0415 469 095<br>
	www.apugs.org.au<br>
	<br>
	Adobe <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:286"  title="ColdFusion Flash (CF-Flash): Validate form data on tab before moving to next tab in flash  cfform">more</A>]]]></description> 
	<pubDate>Mon, 19 Jan 2009 05:02:00 GMT</pubDate> 
	<dc:author>Chris Velevitch </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:286</guid> 
</item>

<item>
	<title><![CDATA[dynamically set required attribute in cfform flash]]></title> 
	<description><![CDATA[&lt;cfsavecontent variable=&quot;checkBoxChanged&quot;&gt;<br>
	&nbsp;&nbsp;&nbsp;if (Checkbox.selected == true) {<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mx.validators.Validator.enable( this, &quot;myform.DateField&quot;);<br>
	&nbsp;&nbsp;&nbsp;} else {<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mx.validators.Validator.disable( this, &quot;myform.DateField&quot;);<br>
	&nbsp;&nbsp;&nbsp;}<br>
	&lt;/cfsavecontent<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:285"  title="ColdFusion Flash (CF-Flash): dynamically set required attribute in cfform flash">more</A>]]]></description> 
	<pubDate>Mon, 19 Jan 2009 04:51:00 GMT</pubDate> 
	<dc:author>Chris Velevitch </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:285</guid> 
</item>

<item>
	<title><![CDATA[Validate form data on tab before moving  to next tab in flash cfform]]></title> 
	<description><![CDATA[I found code on how to validate page data within accordian cfformgroup and that works great but I wanted my form to use tabnavigator instead of accordian.<br>
	<br>
	How do you validate form data on a tab (page) within tab navigator of cfform (flash) before <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:284"  title="ColdFusion Flash (CF-Flash): Validate form data on tab before moving  to next tab in flash cfform">more</A>]]]></description> 
	<pubDate>Mon, 19 Jan 2009 03:37:00 GMT</pubDate> 
	<dc:author>Eileen Collins </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:284</guid> 
</item>

<item>
	<title><![CDATA[dynamically set required attribute in cfform flash]]></title> 
	<description><![CDATA[Thanks Chris, that article was helpful. I can use it with some tweaking. What I wanted was to set the field required only if the checkbox was checked. I tried the code on the article page and changed the required =&quot;no&quot; and then click 'enable' button, but <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:283"  title="ColdFusion Flash (CF-Flash): dynamically set required attribute in cfform flash">more</A>]]]></description> 
	<pubDate>Mon, 19 Jan 2009 03:37:00 GMT</pubDate> 
	<dc:author>Eileen Collins </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:283</guid> 
</item>

<item>
	<title><![CDATA[dynamically set required attribute in cfform flash]]></title> 
	<description><![CDATA[Read this article:-<br>
	<br>
	<A HREF="http://www.asfusion.com/blog/entry/enabling-and-disabling-validation-in">http://www.asfusion.com/blog/entry/enabling-and-disabling-validation-in</A><br>
	<br>
	Chris<br>
	--<br>
	Chris Velevitch<br>
	Manager - Adobe Platform Users Group, Sydney<br>
	m: 0415 469 095<br>
	www.apugs.org.au<br>
	<br>
	Adobe Platform Users Group, Sydney<br>
	January<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:282"  title="ColdFusion Flash (CF-Flash): dynamically set required attribute in cfform flash">more</A>]]]></description> 
	<pubDate>Sun, 18 Jan 2009 06:28:00 GMT</pubDate> 
	<dc:author>Chris Velevitch </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:282</guid> 
</item>

<item>
	<title><![CDATA[dynamically set required attribute in cfform flash]]></title> 
	<description><![CDATA[I have a cfform flash in an application. I want to be able to set the required=&quot;yes&quot; on a form field after a user checks the checkbox above it. SO for example, if the user checks the &quot;I have my keys&quot; box, then the &quot;keydate&quot; form field becomes required<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:281"  title="ColdFusion Flash (CF-Flash): dynamically set required attribute in cfform flash">more</A>]]]></description> 
	<pubDate>Fri, 16 Jan 2009 03:12:00 GMT</pubDate> 
	<dc:author>Eileen Collins </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:281</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 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 Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 20 Mar 2010 03:37:09 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

