A couple of things that worked for me when doing large complex flash forms... 1. typing ?debug=true at the end of the url...found it in the comments of this blog entry... http://www.coldfusionmuse.com/index.cfm/2005/12/16/flashform.file.size
2. The other trick I used was for any data I needed to prepopulate the form...I used ActionScript and triggered it by onClick events from a button. For example, I had a tab navigator controlled by buttons that as you moved from tab to tab the ActionScript went out to db to grab the data (see ASFusion's MXNA aggregator - that's where I got the idea). I found that when you are really pushing the limits of flash forms you must get really creative in your solutions. I also found that as you push the limits...make sure you don't have a large load hitting the server, because we found out that CF server can't handle 300+ concurrent users loading the flash form. Kelly ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266265 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

