Hi guys,

I have seen that ActiveX version of Flash Player issues an event (FlashCall) 
that describes using xml the function call that the programmer has called with 
ExternalInterface.call method.
That xml has the form : <invoke 
name="thenameofthefunction"><arguments>...</arguments></invoke>
However, regarding the NPPlugin version, when you make a 
"ExternalInterface.call" flash always ask to its container to "evaluate" a 
chunk of javascript code.
Also, both flash player versions (ActiveX and NPPlugin) provide the 
"CallFunction" method that allows you to pass, in a single parameter, an xml 
(in the same form as the one from "FlashCall" event) describing the 
actionscript function (and its arguments) to be called.
 
I would need to use the "xml flavor" in both directions (flash to container and 
container to flash) independently of the version of Plash Player being used 
(ActiveX or NPPlugin). The reason: I do not have any problem parsing and 
consuming xml and, however, I do not want to write a javascript interpreter at 
all.
 
Does anyone know if there is any possibility to instruct flash npplugin, in any 
way, to describe the function calls using xml instead of javascript?
 
Any suggestion will be welcome.
 
Best regards.

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to