You Are Here Home > Calling JavaScript Functions
DirectorySync is a directory synchronizing and backup utility providing automated, real-time syncing and scheduled, configurable backups at an affordable price.

Calling JavaScript Functions

import flash.external.ExternalInterface;
...
ExternalInterface.call("your_javascript_function()");

Get the return value:

var x:int = ExternalInterface.call("get_x()");
Calling JavaScript Functions
Filed under: Actionscript   Posted by: Codehead
Do you have any questions? ask here.




No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment