Welcome to my actionscript snippet library!

Actionscript Snips is a small repository of actionscript code that aims to save developers and designers time when developing a website.  

AS3 getURL


var url:String = "http://actionscriptsnips.blogspot.com";
var target:String = "_blank";
navigateToURL(new URLRequest(url), target);

0 comments:

Post a Comment