html - Equivalent of HTMLLoader class for an AS3 only project? -


i'm building as3 web application , want able include external html content within flash 'window'. in air there flash.html.htmlloader class makes possible.

can point example of being done in flash opposed air application?

for loading html content, recommend bulkloader.

to display html, use textfield htmltext. please, aware tags supported.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -