Hi,
I am trying to convert a web-based Ajax application as a
desk-top application.
I need to use two applications due to high uses of javascript
functions like eval, innerHTML etc which flout security
restrictions of AIR. Hence I use two html loaders - the myRoot and
myUI. The root has js code that accesses the AIR API to read data
from the sqlite database and needs to pass the same to the main
application.
I setup the environment as suggested by the AIR development
centre. However, I face a problem when trying to pass xml data
object from the parent bridge to the child. If I convert the same
to a string it works.
Is there something specific to be done to pass xml objects?
Thanks in advance,
Rajnikant Rao