Skip to content

Instantly share code, notes, and snippets.

@hernanBeiza
Created December 30, 2014 15:54
Show Gist options
  • Save hernanBeiza/0965258b359fb23cc1af to your computer and use it in GitHub Desktop.
Save hernanBeiza/0965258b359fb23cc1af to your computer and use it in GitHub Desktop.
AS3 - Abrir URL
var url:String="ruta.html";
navigateToURL(new URLRequest(url), "_blank");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment