Control and manage browser popup window.
static public function create(winID:String):BrowserPopup
Creates a new browser popup with winID name.
If winID is already registred, returns the registred window,
otherwise builds and returns a new BrowserPopup instance.
winID | Popup javascript identifier ( name ) |
static public function get(winID:String):BrowserPopup
Returns the popup registred with winID name.
public function dispose(winID:String):Void
Disposes popup registred with winID name.
Closes the popup and unregisters it from BrowserPopup manager.
public function move(x:Number, y:Number):Void
Moves the popup to x, y coordinates.
If popup location ( url ) is not in the same domain that your main application, action can be denied.