Answer the question
In order to leave comments, you need to log in
Get HTML code from AIR browser
var html2:HTMLLoader = HTMLLoader.createRootWindow();
html2.load(req);
html2.stage.nativeWindow.activate();
Answer the question
In order to leave comments, you need to log in
Not exactly the same, but practically:
var sourceCode:String = someHTMLLoader.window.document.getElementsByTagName('html')[0].outerHTML;
trace(new XML(sourceCode));
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question