I want to create a Flash pop up that offer WINDOW CONTROL within a Flash file.
Here is what I have in mind:
a Flash file with a button, when click on the button, pop up window appear.
The only way seem to make it work is if I used the GetURL function, but this function offer no WINDOW CONTROL.
I want this to work without embedding the SWF file in an HTML page. Basically, I should be able to open the SWF file directly by clicking on the button and the pop up appear.

getURL("http://www.adobe.com","_blank");

PLEASE HELO