David Rorex wrote:

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.

When you use ExternalInterface with a host other than a browser, you have to do the serialization yourself on the host side of things. Flash will handle serializing / deserializing on its own, but your container won't.

-d



_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to