In my application I am using localConnection
object for communication b/w Flex 3 and Flex 4 swfs. But when the size of the arguments (ArrayCollection
) exceeds certain limit , I am getting following exception:-
Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.LocalConnection was unable to invoke callback readyToUpdate. error=ArgumentError: Error #2084: The AMF encoding of the arguments cannot exceed 40K.
Any inputs on same will be highly appreciated.