Hello all,
I'm trying to write a desktop application that, finally, will embed a
flex 2.0 application.
It is a mandatory request that this desktop appl is cross platform so
I am writing it using C++.
It is also mandatory that both applications (desktop one and flex
one) can call each other.
Given that situation, I am using the NPRuntime approach to build the
flexhost layer in such a way that the flash player feels like if it
is being hosted by a internet browser like FireFox or safari. The
results are very exciting, except for the interoperatibility between
the host and the flash player plug-in:
When I use ExternalInterface to issue a call from the flex appl, my
host appl receives a string containing _javascript_ code with the hope
that it is going to be evaluated. At this point, this is frustrating
for me because I (erroneously) supposed that the host appl will
receive an xml describing the function call (that's the way that the
activex version of Flash player does when it is hosted by any other
windows application different from MSIE)
In any case, I already hope that there is any possibility
of "telling" flash player that my host cannot handle _javascript_ code
and, thus, "please, describe the function call using xml".

So, guys, Do you know details enough on the logic inside flash player
in order to change that behavior?

Thanks in advance.






--
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




Reply via email to