Is there any workaround to load in complete html pages with LoadVars ?
I have this client that wants to update some pages (just adding and removing text and pictures), but I would love to do it in action scripting and have him update an external file.
Now I could tell him to remove the tags from <html> to <body> and from </body> to </html>, save it as text file and add a variable (like myText=) at the top of his file, but that wouldn’t make things much easier for him.
He’ll probably start to complain that it would have been easier if I’d made it in html instead of flash
Does anyone have any other ideas on how to display an html page inside of flash ? (except for opening browser windows and loading the page in that window ofcourse - that isn’t good enough)
Thanks!