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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

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