You have gotten a lot of good advice on this thread, but to answer your original question:
On Monday, March 17, 2003, at 09:05 AM, Tim Blair wrote: > When you make a call to createGatewayConnection() from within the > Action > Script, what happens? What I mean is, does Flash make a call to the > CFC > purely to check if it exists and then discards anything, or does it > hold > a reference to the new instance? The createGatewayConnection function is a little misleading because no connection actually gets made until you call a remote function. Keep in mind that Flash Remoting uses HTTP, so you are still bound by the rules of a stateless protocol. Christian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

