Ben, This isn't something I see being under a constant load with multiple calls, so this may be something for me to explore, if nothing else, it will be an opportunity for me to learn another way to do this.
Thanks! Bob -----Original Message----- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 2:33 PM To: CF-Talk Subject: RE: writing xml files Bob, You could also just have the flash movie call the CFM page directly and have the CFM page return XML data. The downside to that though is that is requires CF processing every time the flash movie loads. The upside is that it cuts out the middle man and you don't have to worry about the XML file being created PRIOR to the flash movie being loaded. <cfcontent type="text/xml" reset="true" /><data> <item /> </data> Just trying to give you options. ....................... Ben Nadel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270030 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

