Globe Cube wrote:
> Is it possible to send a NetConnection Object as a parameter of the LocalConnection's send method ?
>
> If yes, How !?
>
> if no, Why not !?
no

When you pass parameters to LocalConnection the copy of object is
passed, so, even if NetConnection object was passed, it is different
instance of NetConnection object and it must establish connection again.
But when I tryed to pass NetConnection object, it was not passed, the
reason is probably in object size limitations or maybe reason is only
simple objects can be passed .