999000333
Programmer
- Nov 20, 2006
- 39
Hello is it possible to load a html file like we do for swf files?
for a swf we use loadMovie...but for an html file?
Thank you
Paola
for a swf we use loadMovie...but for an html file?
Thank you
Paola
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
myHtml = new XML();
myHtml.ignoreWhite = true;
myHtml.load("testLive.html");
myHtml.onLoad = function() {
myText.html=true
myText.htmlText = myHtml;
};