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


You need to login to view comments.