Hi all,
I try to use a localConnection to communicate 2 swfs.
var _local:LocalConnection = new LocalConnection();
_local.send("myConnection" , "myMethodName",arg1);
the arg1 can be a complex type?
Thanks
Hi all,
I try to use a localConnection to communicate 2 swfs.
var _local:LocalConnection = new LocalConnection();
_local.send("myConnection" , "myMethodName",arg1);
the arg1 can be a complex type?
Thanks