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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

c++ - Convert big endian to little endian when reading from a binary file -