My favorites | Sign in
Logo
                
Code license: MIT License
Labels: flex, iframe, html, actionscript, as3, as3, flex3, mxml, maven
Show all Featured wiki pages:
FAQ Maven README

The IFrame component was developed originally by Christophe Coenraets and then subsequently improved by Brian Deitte.

The Flex-IFrame component allows developers to embed an html page inside a Flex application.

Features

- 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

- The component is straightforward to use with a few very important caveats. IMPORTANT : Please read the FAQ and the ASdoc before using.

- Download the swc build of flex-iframe (or use Maven), and drop it in your project's libs/ directory.

- Here is a basic example of use:

<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

- 1.2: Max

- 1.3.2: Ryan Bell (User Interface Developer) for Fusion Media Interactive here http://www.fmilink.com/.

- 1.3.3: Fixes for several issues (Ryan).

- 1.4: Fixes, improvements and refactoring of codebase (Julien Nicoulaud).

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.3. See the current changelog.

- The FB2 version is now frozen, still accessible in a branch.

Examples

- Simple Html

- Dashboard

- Navigation tree

- Tab navigator

- Load indicator

- IFrame communication (FABridge) + overlay detection

Notes

- Chrome doesn't like FABridge so no joy with the communication demos (map and bridge).

- Safari doesn't like FABridge so (again) no point using the communication demos.









Hosted by Google Code