actionscript 3 - How to set a full HTML page text string in HTML component? -
i'm using air html control , want pass in full html page string. full html page meaning html markup has html begin , end tags. looks htmltext property accepts html formatted markup might not built accept full html page. html formatted markup this:
<p>this paragraph. here <b>bold</b> text.</p>
here full html page example:
<html> <body> <p>this paragraph</p> </body> </html>
or better write page file system , load through location property? 1 thing note updating html page lot avoid writing file system if possible.
Comments
Post a Comment