- Inserts the javascript support code directly into the DOM for you. - Adds the required iframe element directly into the DOM for you. One for each instance of the control. - Detects when the component is not visible and switches off the html. Getting started <mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:flexiframe="http://code.google.com/p/flex-iframe/">
<flexiframe:IFrame id="googleIFrame"
label="Google"
source="http://www.google.com"
width="80%"
height="80%"/>
<mx:Application>- Ask your questions to the Flex-IFrame Google group. Contributors Many thanks to everyone who has contributed feedback over time. Any improvements you make please please try to create a full FlexBuilder demo to show off the new feature(s). | Versions - Latest version is 1.4.2. See the current changelog. - The FB2 version is now frozen, still accessible in a branch. Examples Notes |