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() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -