<?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 2007, House of Fusion</copyright> 
<lastBuildDate>Wed, 03 Dec 2008 03:03:19 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[setting up remoting in Actionscript 3]]></title> 
	<description><![CDATA[Hi Tyron,<br>
	Thanks so much for your reply!<br>
	I did not get the mail, as there was an issue with the manage lists, I just updated it so I can get mails from this listing. I did check this page today, and lucky I did, as I see your responds. I was wondering <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:280"  title="ColdFusion Flash (CF-Flash): setting up remoting in Actionscript 3">more</A>]]]></description> 
	<pubDate>Fri, 26 Sep 2008 08:40:00 GMT</pubDate> 
	<dc:author>John  Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:280</guid> 
</item>

<item>
	<title><![CDATA[setting up remoting in Actionscript 3]]></title> 
	<description><![CDATA[Remoting in as3 100% different that in as2. I wrote a simple as3 class to remedy help. feel free to use it (attached)<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 Fri<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:279"  title="ColdFusion Flash (CF-Flash): setting up remoting in Actionscript 3">more</A>]]]></description> 
	<pubDate>Fri, 26 Sep 2008 09:22:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:279</guid> 
</item>

<item>
	<title><![CDATA[setting up remoting in Actionscript 3]]></title> 
	<description><![CDATA[Hi,<br>
	I don't know if this is the right place to ask this, and if not I am sorry.<br>
	<br>
	I am trying to get flash remoting with a ColdFusion (cfc) backend working in Flash CS 3 with Actionscript 3. Actually I am really just trying to upgrade my actionscript 2 <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:278"  title="ColdFusion Flash (CF-Flash): setting up remoting in Actionscript 3">more</A>]]]></description> 
	<pubDate>Fri, 26 Sep 2008 03:21:00 GMT</pubDate> 
	<dc:author>John  Barrett </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:278</guid> 
</item>

<item>
	<title><![CDATA[OnResult is not being called]]></title> 
	<description><![CDATA[&quot;SESSION.rsTest&quot; still contains an empty string.<br>
	<br>
	&gt;&lt;CFQUERY NAME=&quot;SampleQry&quot; DATASOURCE=&quot;lp_books&quot; result=&quot;SESSION.rsTest<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:277"  title="ColdFusion Flash (CF-Flash): OnResult is not being called">more</A>]]]></description> 
	<pubDate>Thu, 11 Sep 2008 12:25:00 GMT</pubDate> 
	<dc:author>Brian Erickson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:277</guid> 
</item>

<item>
	<title><![CDATA[OnResult is not being called]]></title> 
	<description><![CDATA[&lt;CFQUERY NAME=&quot;SampleQry&quot; DATASOURCE=&quot;lp_books&quot; result=&quot;SESSION.rsTest&quot;&gt; <br>
	<br>
	-----Original Message-----<br>
	From: Brian Erickson [mailto:ericksbr@infocon-inc.com] <br>
	Sent: Wednesday, September 10, 2008 10:19 AM<br>
	To: CF-Flash<br>
	Subject: Re: OnResult is not <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:276"  title="ColdFusion Flash (CF-Flash): OnResult is not being called">more</A>]]]></description> 
	<pubDate>Wed, 10 Sep 2008 09:27:00 GMT</pubDate> 
	<dc:author>Michael White</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:276</guid> 
</item>

<item>
	<title><![CDATA[OnResult is not being called]]></title> 
	<description><![CDATA[Modified:<br>
	Sample.cfc to look like:<br>
	&lt;cfcomponent&gt;<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cffunction name=&quot;getContactInfo&quot; access=&quot;remote&quot; returntype=&quot;query&quot;&gt;<br>
		&lt;cfargument name=&quot;Parameter&quot; required=&quot;yes&quot; type=&quot;String&quot;&gt;<br>
	<br>
		&lt;CFQUERY NAME=&quot;SampleQry&quot; DATASOURCE=&quot;lp_books<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:275"  title="ColdFusion Flash (CF-Flash): OnResult is not being called">more</A>]]]></description> 
	<pubDate>Wed, 10 Sep 2008 01:24:00 GMT</pubDate> 
	<dc:author>Brian Erickson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:275</guid> 
</item>

<item>
	<title><![CDATA[OnResult is not being called]]></title> 
	<description><![CDATA[Try saving your result variable to the session scope <br>
	<br>
	-----Original Message-----<br>
	From: Brian Erickson [mailto:ericksbr@infocon-inc.com] <br>
	Sent: Tuesday, September 09, 2008 10:58 AM<br>
	To: CF-Flash<br>
	Subject: OnResult is not being called<br>
	<br>
	Design:<br>
	I <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:274"  title="ColdFusion Flash (CF-Flash): OnResult is not being called">more</A>]]]></description> 
	<pubDate>Tue, 09 Sep 2008 03:16:00 GMT</pubDate> 
	<dc:author>Michael White</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:274</guid> 
</item>

<item>
	<title><![CDATA[OnResult is not being called]]></title> 
	<description><![CDATA[Design:<br>
	I have &lt;cfform type=&quot;flash&quot;&gt; containing a &lt;cftree&gt;.<br>
	When a item in the &lt;cftree&gt; is selected,<br>
	I want the various edit controls to populate with data.<br>
	<br>
	I have followed the tutorial &quot;http://tutorial469.easycfm.com/&quot;, but the &quot;onResult&quot; function <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:273"  title="ColdFusion Flash (CF-Flash): OnResult is not being called">more</A>]]]></description> 
	<pubDate>Tue, 09 Sep 2008 02:04:00 GMT</pubDate> 
	<dc:author>Brian Erickson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:273</guid> 
</item>

<item>
	<title><![CDATA[FLASH POSITION IN TX]]></title> 
	<description><![CDATA[Flash Architect<br>
	Salary:&nbsp;&nbsp;Commensurate w/experience<br>
	<br>
	Does writing Action Script code get you excited, and tweening get you down? Are you passionate about creating moving experiences in the interactive space? Do you want to craft work that will end up<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:272"  title="ColdFusion Flash (CF-Flash): FLASH POSITION IN TX">more</A>]]]></description> 
	<pubDate>Thu, 03 Jul 2008 02:15:00 GMT</pubDate> 
	<dc:author>Andrea Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:272</guid> 
</item>

<item>
	<title><![CDATA[&lt;CFTREE&gt;]]></title> 
	<description><![CDATA[I am having alot of problems including the cftree tag inside a cffrom using FLASH as my method of display.<br>
	I am using CFWEBSTORE with CF MX7, fusebox 3.5<br>
	The tree does not show up AT ALL.<br>
	I used dynamic data, i used static data, i pretty much consumed <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:271"  title="ColdFusion Flash (CF-Flash): &lt;CFTREE&gt;">more</A>]]]></description> 
	<pubDate>Wed, 21 May 2008 12:27:00 GMT</pubDate> 
	<dc:author>Jimmy Kurd </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:271</guid> 
</item>

<item>
	<title><![CDATA[Flash Grid / Check Box Data Manipulation]]></title> 
	<description><![CDATA[To give a breif background, I have a flash form that serves as a search form <br>
	against a MySQL DB and grid below that for displaying results. I have enabled the <br>
	&quot;selectmode=&quot;edit&quot;&quot; on the cffgrid and have set select=&quot;no&quot; to all cfgridcolumns <br>
	except <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:270"  title="ColdFusion Flash (CF-Flash): Flash Grid / Check Box Data Manipulation">more</A>]]]></description> 
	<pubDate>Wed, 09 Apr 2008 05:53:00 GMT</pubDate> 
	<dc:author>LSD 4Me </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:270</guid> 
</item>

<item>
	<title><![CDATA[Flash map of the US]]></title> 
	<description><![CDATA[I went with this one a couple years ago:<br>
	<A HREF="http://www.fla-shop.com/">http://www.fla-shop.com/</A><br>
	<br>
	It wasn't the best one, but it was decent and was at a reasonable<br>
	price. It also came with the FLA source code, which was a big plus.<br>
	The source code turned out to be sloppy <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:269"  title="ColdFusion Flash (CF-Flash): Flash map of the US">more</A>]]]></description> 
	<pubDate>Mon, 17 Mar 2008 07:02:00 GMT</pubDate> 
	<dc:author>Mike Chabot</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:269</guid> 
</item>

<item>
	<title><![CDATA[Flash map of the US]]></title> 
	<description><![CDATA[I've got one that I've been working on but it's only about as you asked for<br>
	at this point. You can click the state and it zooms in, click again to zoom<br>
	back out. When you click it, there is a state variable that tells the map<br>
	which state clip to zoom <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:268"  title="ColdFusion Flash (CF-Flash): Flash map of the US">more</A>]]]></description> 
	<pubDate>Mon, 17 Mar 2008 06:05:00 GMT</pubDate> 
	<dc:author>Bobby Hartsfield</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:268</guid> 
</item>

<item>
	<title><![CDATA[Flash map of the US]]></title> 
	<description><![CDATA[You can also try Advanced Flash Components. they have a beta&nbsp;&nbsp;<br>
	component in AS3&nbsp;&nbsp;that can be used for lash or flex...<br>
	<br>
	<A HREF="http://www.afcomponents.com/components/umap_as3/">http://www.afcomponents.com/components/umap_as3/</A><br>
	<br>
	/S<br>
	<br>
	On Mar 17, 2008, at 1:37 PM, John C. Bland II wrote:<br>
	<br>
	&gt; <A HREF="http://www.">http://www.</A><BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:267"  title="ColdFusion Flash (CF-Flash): Flash map of the US">more</A>]]]></description> 
	<pubDate>Mon, 17 Mar 2008 05:48:00 GMT</pubDate> 
	<dc:author>Scott Slone </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:267</guid> 
</item>

<item>
	<title><![CDATA[Flash map of the US]]></title> 
	<description><![CDATA[http://www.fusioncharts.com/maps<br>
	<br>
	On Mon, Mar 17, 2008 at 2:33 PM, Michael Dinowitz &lt;<br>
	mdinowit@houseoffusion.com&gt; wrote:<br>
	<br>
	&gt; Does anyone know of a clickable flash map of the US that will return a<br>
	&gt; state id or something of the sort?<br>
	&gt; Thanks<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:266"  title="ColdFusion Flash (CF-Flash): Flash map of the US">more</A>]]]></description> 
	<pubDate>Mon, 17 Mar 2008 04:36:00 GMT</pubDate> 
	<dc:author>John C. Bland II</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:266</guid> 
</item>

<item>
	<title><![CDATA[Flash map of the US]]></title> 
	<description><![CDATA[Does anyone know of a clickable flash map of the US that will return a state id or something of the sort?<br>
	Thanks<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:265"  title="ColdFusion Flash (CF-Flash): Flash map of the US">more</A>]]]></description> 
	<pubDate>Mon, 17 Mar 2008 04:33:00 GMT</pubDate> 
	<dc:author>Michael Dinowitz</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:265</guid> 
</item>

<item>
	<title><![CDATA[Datefield on the Flash Form is not displaying date properly]]></title> 
	<description><![CDATA[The cfinput tag a an attribute &quot;mask&quot; and you should say<br>
	mask=&quot;dd/mm/yyyy&quot; or whatever you want. See the documentation on the<br>
	cfinput tag for details on masking values.<br>
	<br>
	On Wed, Mar 12, 2008 at 2:04 PM, Axel Schultze &lt;as@xeequa.com&gt; wrote:<br>
	&gt; Hi Chris<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:264"  title="ColdFusion Flash (CF-Flash): Datefield on the Flash Form is not displaying date properly">more</A>]]]></description> 
	<pubDate>Tue, 11 Mar 2008 10:26:00 GMT</pubDate> 
	<dc:author>Chris Velevitch</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:264</guid> 
</item>

<item>
	<title><![CDATA[Datefield on the Flash Form is not displaying date properly]]></title> 
	<description><![CDATA[Hi Chris,<br>
	even so it is an older post - but I'm interested how you solved the flash date format issue.<br>
	bind=&quot;{GridUnit2.dataProvider[GridUnit2.selectedIndex]['#dateformat(registerdate,&quot;mm/dd/yy&quot;)#']}&quot;&nbsp;&nbsp;<br>
	value=&quot;#dateformat(registerdate,&quot;mm/dd/yy&quot;)#&quot;<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:263"  title="ColdFusion Flash (CF-Flash): Datefield on the Flash Form is not displaying date properly">more</A>]]]></description> 
	<pubDate>Tue, 11 Mar 2008 10:04:00 GMT</pubDate> 
	<dc:author>Axel Schultze </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:263</guid> 
</item>

<item>
	<title><![CDATA[A New Size was never so easy to get]]></title> 
	<description><![CDATA[Dear cf-flash@houseoffusion.comPut your shame aside and try a new revolutionary cock enlargement method called a VPXL. Unlike other products available, the VPXL is really effective. While cock enlargement surgery is expensive and sometime dangerous, pills<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:262"  title="ColdFusion Flash (CF-Flash): A New Size was never so easy to get">more</A>]]]></description> 
	<pubDate>Mon, 11 Feb 2008 01:07:00 GMT</pubDate> 
	<dc:author>	"Lesly Kaufman" </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:262</guid> 
</item>

<item>
	<title><![CDATA[Autosuggest in flash]]></title> 
	<description><![CDATA[Thanks i will be trying that later tonight! however whilst browsing around for alternatives i stumbled upon Adobe Spry AutoSuggest, I was wandering if their is anyway to incorporate this into cfinput in a flash form? Or is it that flash rejects divs and <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:261"  title="ColdFusion Flash (CF-Flash): Autosuggest in flash">more</A>]]]></description> 
	<pubDate>Mon, 28 Jan 2008 08:04:00 GMT</pubDate> 
	<dc:author>A M</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:261</guid> 
</item>

<item>
	<title><![CDATA[Autosuggest in flash]]></title> 
	<description><![CDATA[For that you would have to set up make a seperate movie clip in flash that would loop through all the results from the database (assuming that your suggested items are coming from one). Say for example your using the LoadVars (AS2) object and your input <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:260"  title="ColdFusion Flash (CF-Flash): Autosuggest in flash">more</A>]]]></description> 
	<pubDate>Sun, 27 Jan 2008 10:12:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:260</guid> 
</item>

<item>
	<title><![CDATA[Autosuggest in flash]]></title> 
	<description><![CDATA[Whilst building my flash form i noticed that i was unable to use autosuggest as it can only be used with an HTML form. Does anyone know a way round this or how to implement autosuggest in flash?<br>
	<br>
	Thanks<br>
	<br>
	Ad<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:259"  title="ColdFusion Flash (CF-Flash): Autosuggest in flash">more</A>]]]></description> 
	<pubDate>Sun, 27 Jan 2008 07:42:00 GMT</pubDate> 
	<dc:author>A M</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:259</guid> 
</item>

<item>
	<title><![CDATA[Autosuggest in flash]]></title> 
	<description><![CDATA[Whilst building my flash form i noticed that i was unable to use autosuggest as it can only be used with an HTML form. Does anyone know a way round this or how to implement autosuggest in flash?<br>
	<br>
	Thanks<br>
	<br>
	Ad<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:258"  title="ColdFusion Flash (CF-Flash): Autosuggest in flash">more</A>]]]></description> 
	<pubDate>Sun, 27 Jan 2008 07:42:00 GMT</pubDate> 
	<dc:author>A M</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:258</guid> 
</item>

<item>
	<title><![CDATA[any way to get flash form to refresh automatically when Back button used on browser]]></title> 
	<description><![CDATA[in your form element,&nbsp;&nbsp;&lt;form action=&quot;mypage.cfm&quot; method=&quot;pos&quot; <br>
	<br>
	just have them open a new window by adding the target=&quot;_blank&quot;&nbsp;&nbsp;&nbsp;attribute to the tag. That way thier results open in a new window and don't have to hit the back button. The screen they <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:257"  title="ColdFusion Flash (CF-Flash): any way to get flash form to refresh automatically when Back button used on browser">more</A>]]]></description> 
	<pubDate>Fri, 28 Sep 2007 01:06:00 GMT</pubDate> 
	<dc:author>Tyron Foston </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:257</guid> 
</item>

<item>
	<title><![CDATA[any way to get flash form to refresh automatically when Back button used on browser]]></title> 
	<description><![CDATA[I have a form that the user fills out and hits &quot;Calculate&quot;.&nbsp;&nbsp;They are taken to a new page with the results.&nbsp;&nbsp;In all likelihood, they will want to go back to the original page and enter in more data.&nbsp;&nbsp;It's cumbersome that every time they hit &quot;Back&quot; on <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:256"  title="ColdFusion Flash (CF-Flash): any way to get flash form to refresh automatically when Back button used on browser">more</A>]]]></description> 
	<pubDate>Fri, 28 Sep 2007 12:52:00 GMT</pubDate> 
	<dc:author>Mike Alonzo</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:256</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[I used to, but now I use Eclipse 3.30 and cfeclipse <br>
	<br>
	Michael White<br>
	Photographer, Coldfusion developer<br>
	<A HREF="http://www.michaelwhitephoto.com">http://www.michaelwhitephoto.com</A><br>
	mwhite007@sbcglobal.net<br>
	<br>
	-----Original Message-----<br>
	From: Charles W. Anderson [mailto:mr@charleswanderson.com<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:255"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Tue, 21 Aug 2007 04:16:00 GMT</pubDate> 
	<dc:author>mwhite007</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:255</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[Cool good to hear take care...<br>
	<br>
	-----Original Message-----<br>
	From: Mike Alonzo &lt;malonzo@caseytrees.org&gt;<br>
	Sent: Tuesday, August 21, 2007 12:49 PM<br>
	To: CF-Flash &lt;cf-flash@houseoffusion.com&gt;<br>
	Subject: Re: whitespace in the visible output<br>
	<br>
	Hmmm... that <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:254"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Tue, 21 Aug 2007 12:59:00 GMT</pubDate> 
	<dc:author>Charles W. Anderson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:254</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>Wed, 03 Dec 2008 03:03:19 GMT</pubDate> 
	<dc:author>Adobe Systems</dc:author> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[Hmmm... that worked for me just fine.&nbsp;&nbsp;Thank you!&nbsp;&nbsp;I really thought I had already gone down that path...&nbsp;&nbsp;Maybe I was trying to do it within cfformgroup.<br>
	<br>
	Anyhow, thanks, and to answer the other question:&nbsp;&nbsp;Yes, I'm working Dreamweaver. <br>
	<br>
	&gt;The flash <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:253"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Tue, 21 Aug 2007 12:00:00 GMT</pubDate> 
	<dc:author>Mike Alonzo</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:253</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[Do you develop using dreamweaver by chance?<br>
	<br>
	-----Original Message-----<br>
	From: mwhite007@sbcglobal.net<br>
	Sent: Monday, August 20, 2007 5:57 PM<br>
	To: CF-Flash &lt;cf-flash@houseoffusion.com&gt;<br>
	Subject: RE: whitespace in the visible output<br>
	<br>
	The flash form has<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:252"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Tue, 21 Aug 2007 01:15:00 GMT</pubDate> 
	<dc:author>Charles W. Anderson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:252</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[The flash form has an attribute for both height and width<br>
	&lt;cfform format=&quot;flash height=&quot;400&quot; width=&quot;600&quot;&gt; <br>
	<br>
	Michael White<br>
	Photographer, Coldfusion developer<br>
	<A HREF="http://www.michaelwhitephoto.com">http://www.michaelwhitephoto.com</A><br>
	mwhite007@sbcglobal.net<br>
	<br>
	-----Original Message-----<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:251"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Mon, 20 Aug 2007 05:50:00 GMT</pubDate> 
	<dc:author>mwhite007</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:251</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.&nbsp;&nbsp;Is there a way to shrink it vertically?&nbsp;&nbsp;Here is the code that produces the gaping hole.&nbsp;&nbsp;Thanks for you input!<br>
	<br>
	&lt;body&gt;<br>
	&lt;<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:250"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Mon, 20 Aug 2007 10:59:00 GMT</pubDate> 
	<dc:author>Mike Alonzo</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:250</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[It looks like the problem is that my flash form takes up a certain amount of vertical space no matter what its contents are.&nbsp;&nbsp;Is there a way to shrink it vertically?&nbsp;&nbsp;Here is the code that produces the gaping hole.&nbsp;&nbsp;Thanks for you input!<br>
	<br>
	&lt;body&gt;<br>
	&lt;<BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:249"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Mon, 20 Aug 2007 10:59:00 GMT</pubDate> 
	<dc:author>Mike Alonzo</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:249</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[Try making the table with the attribute &quot;valign=&quot;top&quot;&quot; that should kickit up where you are tryng to get it... If that doesn't work opy and paste the code for us to review<br>
	<br>
	-----Original Message-----<br>
	From: Mike Alonzo &lt;malonzo@caseytrees.org&gt;<br>
	Sent: <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:248"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Fri, 17 Aug 2007 02:58:00 GMT</pubDate> 
	<dc:author>Charles W. Anderson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:248</guid> 
</item>

<item>
	<title><![CDATA[whitespace in the visible output]]></title> 
	<description><![CDATA[Hi,<br>
	<br>
	I'm having some problems with extra whitespace in the visible output (not just in my source document).&nbsp;&nbsp;I've reviewed and tried the fav whitespace reducing options (e.g. cfsetting, cfprocessingdirective, cfsilent) but these seem only to apply to <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:247"  title="ColdFusion Flash (CF-Flash): whitespace in the visible output">more</A>]]]></description> 
	<pubDate>Fri, 17 Aug 2007 09:59:00 GMT</pubDate> 
	<dc:author>Mike Alonzo</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:247</guid> 
</item>

<item>
	<title><![CDATA[CFFORM Variables]]></title> 
	<description><![CDATA[I am trying to use a CFFORM format=&quot;Flash&quot; tag that has multiple<br>
	tabs.<br>
	I want the user to be able to enter information on the first tab,<br>
	and then by clicking on the second tab, have the data available.&nbsp;&nbsp;I<br>
	thought that this was a relatively simple <BR> [<A href="http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:246"  title="ColdFusion Flash (CF-Flash): CFFORM Variables">more</A>]]]></description> 
	<pubDate>Fri, 20 Jul 2007 04:08:00 GMT</pubDate> 
	<dc:author>Rob Parkhill </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:246</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>Wed, 03 Dec 2008 03:03:19 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

