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

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

php - PHPDoc: @return void necessary? -

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