A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
handleAdd(event:flash.events:Event) — method, class com.google.code.flexiframe.IFrame
Triggered by addition of this object to the stage.
handleChange(event:flash.events:Event) — method, class com.google.code.flexiframe.IFrame
Triggered by one of our listeners seeded all the way up the display list to catch a 'changed' event which might hide or display this object.
handleFrameLoad() — method, class com.google.code.flexiframe.IFrame
Trigered when the IFrame is loaded.
handleMove(event:flash.events:Event) — method, class com.google.code.flexiframe.IFrame
Triggered by one of our listeners seeded all the way up the display list to catch a 'move' event which might reposition this object.
handleRemove(event:flash.events:Event) — method, class com.google.code.flexiframe.IFrame
Triggered by removal of this object from the stage.
handleShowHide(event:mx.events:FlexEvent) — method, class com.google.code.flexiframe.IFrame
Triggered by one of our listeners seeded all the way up the display list to catch a 'show' and 'hide' events which might hide or display this object.
hideDiv() — method, class com.google.code.flexiframe.IFrame
Hide the div.
hideIFrame() — method, class com.google.code.flexiframe.IFrame
Hide the IFrame.
historyBack() — method, class com.google.code.flexiframe.IFrame
Load the IFrame's last page in the navigation history.
historyForward() — method, class com.google.code.flexiframe.IFrame
Load the IFrame's next page in the navigation history.
hitTestStageObject(o:flash.display:DisplayObject) — method, class com.google.code.flexiframe.IFrame
The native hitTestObject method seems to have some issues depending on the situation.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z