Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2013 14:26
Show Gist options
  • Save anonymous/5670671 to your computer and use it in GitHub Desktop.
Save anonymous/5670671 to your computer and use it in GitHub Desktop.
ClickHotspot.addEventListener(
MouseEvent.CLICK,
function():void {
if (root.loaderInfo.parameters.clickTAG.substr(0,5) == "http:") {
navigateToURL(
new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank"
);
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment