Is there a way to render HTML pages within flash?
+1
A:
You mean a Flash html renderer? I know this one : http://code.google.com/p/htmlwrapper/
ktulur
2009-05-05 01:04:30
A:
Since you aren't specific
loadText = new LoadVars();
loadText.load("example.htm");
Will load the HTML text into flash (as a string)
Ólafur Waage
2009-05-05 01:05:09
A:
This might be an answer: http://code.google.com/p/htmlwrapper/
It seems to be an HTML renderer written in flash. Might be useful for IE6 users.
rjmunro
2009-12-19 23:45:41