/ Published in: ActionScript 3
URL: http://activetofocus.com/blog/call-javascript-js-method-17/
Useful for flash with javascript
Expand |
Embed | Plain Text
We often encounter some problems like Call a javascript function, flash/as3.0 provides us with two methods: Method 1: ExternalInterface.call("goHomePage()"); Method 2: navigateToURL(new URLRequest(javascript:goHomePage()))
You need to login to post a comment.
