You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/10/25 00:13:22 UTC

[GitHub] hcsuk opened a new pull request #325: Adding support for ExternalInterface

hcsuk opened a new pull request #325: Adding support for ExternalInterface
URL: https://github.com/apache/royale-asjs/pull/325
 
 
   Adding in a class to allow Royale applications to communicate with other JavaScript functions on the hosting webpage. Uses the same API as the Flash ExternalInterface (and the SWF build uses this implementation). JS version just calls the function given directly; callbacks are added to a special hidden element so that the other JavaScript code can call the ActionScript function using the same form as it would for the Flash Player.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services