In my application, I use an object localConnectionto communicate b / w Flex 3 and Flex 4 swfs. But when the size of the arguments ( ArrayCollection) exceeds a certain limit, I get the 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 them would be highly appreciated.
source
share