That's right, nothing more is needed by the client other than the Flash player.
WDDX serialize is very fast when serializing to JavaScript--but I've never seen that done for Flash integration, only for JavaScript integration. I'm not sure if you can pass a large complex object from JavaScript to Flash. Since objects are passed by reference, it may not work. However, you may be able to use this technique to create ActionScript code and compile it on the server into a SWF and load into Flash with loadMovie--but I'm not sure what you can use to compile the ActionScript into a SWF on the server side. In PHP they have Ming. There is a Java solution called jGenerator, but I don't know if it supports ActionScript. > -----Original Message----- > From: paul smith [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 8:25 PM > To: CF-Talk > Subject: RE: ColdFusion, WDDX, and Flash > > > So are you saying that, since Flash is so available on browsers, that > nothing needs to be added to the user's browser to enable a > user to request > data on a site remote from the ColdFusion site where the > central database > resides? > > Is the WDDX serializer also slow when "serializing" to javascript? > > best, paul > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

