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.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

