Navigate to URL


/ Published in: ActionScript 3
Save to your folder(s)

Navigate to an url


Copy this code and paste it in your HTML
  1. var targetURL:URLRequest = new URLRequest("http://www.url.com");
  2. navigateToURL(targetURL, "_blank");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.