/ Published in: ActionScript 3

Navigate to an url
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var targetURL:URLRequest = new URLRequest("http://www.url.com"); navigateToURL(targetURL, "_blank");
Comments
