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

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -