I would pass an array via flash remoting. It is blistering fast. Stay away from the webservice connector it is slow, the soap packets are huge, and it will make you swf heavy
b -----Original Message----- From: elibol [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 1:42 PM To: Flashcoders mailing list Subject: [Flashcoders] Considering player performance, Strings or Arrays? Hi there, The application must store many numbers, then transfer this data to a database via Flash Remoting. There are two problems: While the data is on the client machine, would an Array of numbers be most optimal when considering system resource usage in general, or a comma delimited String of numbers? Which type would be quicker transfering to the webservice? Regardless of how the data gets to the webservice, I will store it as a comma delimited string of numbers. Thanks for taking the time to read, H _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

