Michael Krotscheck’s insights, ideas, and inspirations about web technology, life, and the kitchen sink.

Library: JavascriptController

December 12th, 2007

Class com.practicalflash.javascript.JavascriptController
Extends flash.utils.Proxy
Implements IDisposable
Download [tar] [zip]
Source Google Code Repository

The JavascriptController class simplifies many operations that a developer would use to access and interface with the javascript environment. Setting variables on an instance of this class automatically passes through to the javascript environment and back. Similarly, calling methods on an instance of this class calls a method of the same name in the encapsulating HTML. Additionally, you can use this class to write methods into the javascript environment by using the registerMethod() method. Please be aware of the security restrictions imposed by the method in which the flash file is embedded in the HTML page.

No Comments »

 

RSS feed | Trackback URI

Comments »

No comments yet.

You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.