RE: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread Kevin Aebig
Even though Flex is a solid answer, you can still do this directly with Flash by breaking up the various pieces into a wizard type app and using remoting. Cheers, !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hidayath q Sent: Friday, March 24, 2006

RE: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread stacey
Break it apart by process - login, registration, search, enter, edit, etc. That will then break up the amount of information you are passing back and forth - remoting would be ideal, but if you could still manage using a drill down type of approach for retrievals - first you get the top level

Re: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread elibol
Theoretically Flex is better fit for the job, but practically speaking, I wouldn't recommend Flex at this time. If you already have experience with AS 2.0 and the Flash IDE, learning to use Flex builder, MXML, and AS 3.0 will take time away from your production schedule, and with beta products,

Re: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread Johannes Nel
Theoretically Flex is better fit for the job huh? do you mean as3 and the 8.5 runtime is better. yes that would be true, but flex 1.5 is as apt as flash for large data transfers. On 3/26/06, elibol [EMAIL PROTECTED] wrote: Theoretically Flex is better fit for the job, but practically speaking,