AS3IFrame
AS3IFrame is a class designed to ‘embed’ HTML into a [full] Flash project. This page will document version history, etc. Once you arrive at the example (clicking one of the links below), you have to right-click on the top left corner of the light-brown frame around the HTML content in order get to the source code.
[v0.1.1] [July 2, 2008] [example and source code]
- Added DESTROY() function (see notes in source code)
_ known issues ___
- Still does not work in FF (I’ll address this very soon! - busy with client projects)
- Does not work with HTML wrapper supplied by Flex Builder (alternate HTML wrapper supplied in .zip file)
[v0.1] [June 30, 2008] [initial release] [example and source code] [article]
- Written in AS3
- Inherites from Sprite class
- Not dependent on Flex Framework
- Tween-able (x, and y)
- Easily add a “back panel” behind HTML content (for asthetic purposes)
- Add DropShadow or OuterGlow filter to iFrame rectangle (HTML content)
- Tested in IE6, and Opera 9.5
_ known issues ___
- Does not work in FF
- Does not work with HTML wrapper supplied by Flex Builder (alternate HTML wrapper supplied in .zip file)