When you do ExternalInterface.call(method, param1, param2, param3) I believe you don't have to serialize the paramaters. You can pass objects or arrays through. Therefore it must be doing it internally.
-Davidr R On 8/10/05, John Giotta <[EMAIL PROTECTED]> wrote: > If it does it's not documented. > What I know - > > Methods: > ExternalInterface.addCallBack (methodName:String, instance:Object, > method:Function):Boolean > ExternalInterface.call(methodName:String, [parameters1, > parameter2,...]):Object > > Properties > ExternalInterface.available:Boolean > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
