I don’t think there is a way to do it easily if you were to try it entirely within flash. I can however think of a way, but it is very, very complicated and purely just and idea atm. It would involve a lot of programming, but basically you would need to write an html parser in Flash that could then interpret (which is what a parser does) and re-display the content in Flash. So for example you’d need to make something that interpretted html markup such as
<br>
which is a line break… and then make it put a line space into Flash. I think that it would be tricky to say the least… especially considering you have to interpret hyperlinks, images, form fields and so on…
I’m sure someone would have another idea, cos I’m just pulling this one out of theory land… :hmm:
Are you aware that you can use Flash with frames and control actions on frame2 for example from within the Flash menu which could be on frame1. Check out my old website for an example of this. Basically it is constructed with two frames and the top one has a *.swf and controls the contents of the bottom frame. It just loads new html pages into frame two if you click on a menu item.
Visit: www.home.acenet.net.au/raeijones/
You may be able to use a system like this to get what you need.