pop up windows in flash CS3
Hey
I am currently running two websites and am slowly but surely learning flash. I found out fairly quickly that get.URL doesn't exist in as3 and found out simply how to do this. However... I am not sure how to get it to open a popup window. I know in as2, you can call a javascript:OpenNewWindow or something like that, but it doesn't seem to wanna work in as3. I've also been using a custom class that sums up the complicated URLRequest objects into one simple line... the outcome being:
Web.getURL("link.html","_blank");
If anyone can let me know how to make a window pop up that would be great, and also know if it would be compatible with this class I'm using, if not I can always do it the long way, just like to keep my code as DRY as possible. Thanks!