The HTML component allows you to display HTML in your Flex application. Add the component to the stage in Flex Builder and specify the source URL or HTML content and the component displays your HTML.
Features:
- Extends the Adobe's™ UIComponent class (no need to relearn a new system)
- Can supply any URL to the HTML Component source property*
- Can supply any HTML code to the HTML Component htmlText property*
- Supports Databinding
- Supports Styles
- Customizable function to handle unsupported browsers
- Load in and use HTML code dynamically with use of HTTPService class
- Show, hide, move and size
- Plus more...