Skip to content

Instantly share code, notes, and snippets.

@cloudscape-germany
Last active December 25, 2015 22:59
Show Gist options
  • Select an option

  • Save cloudscape-germany/7053670 to your computer and use it in GitHub Desktop.

Select an option

Save cloudscape-germany/7053670 to your computer and use it in GitHub Desktop.
ExternalInterface.Call
import flash.external.*;
var JSvalue:String;
JSvalue = ExternalInterface.call('JsTestFunction','The_String');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment