Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Export and invoke a Javascript Method from Flex

    To export, invoke a specially formatted javascript function using ExternalInterface.call. This function must be written as follows: "function () { myMethod = /* Your Function Here */ }". Once you've done this, your method is available via ExternalInterface.call().

  2. Avg. Rating 5.0

    Easily read/write JavaScript variables from Flex using a pro ...

    Create a Proxy object and extend the getProperty and setProperty methods to set or retrieve JavaScript variables.

  3. Avg. Rating 4.3
  4. Avg. Rating 3.8

    Embed external text or Javascript in an Actionscript Class

    Use the Embed Metadata tag using the application/octet-stream MIME type to ensure your file is included as a Class. Then instantiate your class as a generic object and invoke the toString() method on it.

  • Results 1-4 of 4