Short thoughts by David LeMieux
In an attempt to become more involved in the Flash community I have been releasing some of my code in to the wild, for free. Today I would like to direct your attention once more to the WidgetNest Code Page and point out our latest addition: Link.
The Link class is a utility class with only one method, "go." "Go," acts like the old "getURL" method in AS2. After you have imported the class in to your document class, you can simply use Link.go("http://myimaginarysite.com", "_blank"); and it will go to that link for you. Hooray!
Make sure you check it out.