JSInterface is a bridge between Flash and JavaScript. It allows “transferring” objects and functions from JavaScript environment to Flash Player environment and address them as if it happened in JavaScript code – in real time. You can also create and get access to objects created in ActionScript and manage them from JavaScript.

JSInterface library allows managing HTML environment of an SWF application located on an HTML page. With its help you can get access to any JavaScript object, execute JavaScript functions, create JavaScript objects and functions. Apart from the standard options JSInterface has a set of methods for quick access to frequently used functions such as: setting page title, anchor or status, downloading a JavaScript or CSS file, executing a function by time-out.
Developed by Burdiuz; JSInterface is available for download under MIT License. You can find further information, documentation & download on JSInterface Project Website.


