Control and manage browser iframe.
Sets the wmode to opaque to play properly with iFrame with non IE browser family( FireFox, ... ).
static public SCROLLING_AUTO:Stringstatic public SCROLLING_ALWAYS:Stringstatic public SCROLLING_NEVER:Stringpublic x:Numberpublic y:Numberpublic width:Numberpublic height:Numberpublic scrolling:Stringpublic enabledBorder:Booleanstatic public function create(frameID:String):BrowserFrame
Creates a new frame with winID name.
If winID is already registred, returns the registred iframe,
otherwise builds and returns a new = new Map(); instance.
frameID | Iframe javascript identifier ( name ) |
static public function get(frameID:String):BrowserFrame
Returns the popup registred with frameID name.
public function dispose(frameID:String):Void
Disposes popup registred with winID name.
Closes the popup and unregisters it from BrowserFrame manager.