Hi there,

I'm trying to pass unicode strings into Flash by using flash8.ocx ActiveX
control and the ExternalInterface handlers. Thus far I've been observing the
XML serialization that comes out of Flash, and I'm trying to mimick that
serialization process in the host application (written in Python.) I see
that there is an argument element named "string", but I don't have much more
information than that. Additionally, I have to strip the <?xml version="1.0"
etc. etc. ?> off of the document I submit to flash8.ocx (otherwise Flash
sends back an error), so I'm skeptical about the XML parser that Flash is
using. Is there a way I can inform the Flash deserializer about the encoding
I'm using, or some other child element of the <arguments> element that I
should be using to indicate the encoding?

Thanks!
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to