I’m building an as3 only web application and want to be able to include external html content within a flash ‘window’. In AIR there is the flash.html.HTMLLoader class which makes this possible.
Can anyone point to an example of this being done in a flash as opposed to AIR application?
For loading the HTML content, i really recommend you BulkLoader.
To display the html, just use TextField with htmlText. But please, be aware that just some tags are supported.