tags:

views:

76

answers:

4

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
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
+1  A: 

See this: Embedding HTML in a Flex application using an IFrame

tst
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