Skip to content

Instantly share code, notes, and snippets.

@jayproulx
Created August 4, 2010 19:35
Show Gist options
  • Save jayproulx/508656 to your computer and use it in GitHub Desktop.
Save jayproulx/508656 to your computer and use it in GitHub Desktop.
// Flash/Chrome/FireBug logging through console:
function logMe(message:String):void {
ExternalInterface.call("console.log", message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment