iframe - Adobe Air parent frame bridge -
I tried to follow the tutorial, but it just can not get it right.
I have an app with a IFrame dynamically loading it in the iframe, there are pages of the website. To ensure a link to these pages in the native client browser, it is necessary to call a function in parent to launch the IFrame content as desired in the link.
Therefore the children need to call the iFrame to the following function: Parent:
Function OpenBrainer (URL) {air.navigateToURL (New Air. URLRequest (url)); }
Greg.
OK, I think the work of good old reading instructions! Although the above page is not there, but a link from that page ...; (
I followed the tutorial:
And it worked very well!
Greg.
Comments
Post a Comment