Re: [Flashcoders] localconnection in as2

2009-09-21 Thread Hans Wichman
Thanks Keith ill look into that! On Sat, Sep 19, 2009 at 5:07 PM, Keith H kh...@nc.rr.com wrote: -If you don't want to worry about a send/receive limit on a String sent, take a look at this post here. -If you just want to measure the size being sent, you can look at the part where the

[Flashcoders] localconnection in as2

2009-09-19 Thread Hans Wichman
Hi list, as I understand it, there is a send/receive limit of 40k to the localconnection object in actionscript2. Mostly the objects passed in my application will probably be under 40k, but the question is: how can you tell? Is there some way to grab the actual AMF object flash is going to try

Re: [Flashcoders] localconnection in as2

2009-09-19 Thread Keith H
-If you don't want to worry about a send/receive limit on a String sent, take a look at this post here. -If you just want to measure the size being sent, you can look at the part where the poster is dividing the length of the String sent by the limit.