I've built a flex gui that I want to display html files (or least that was my original thought). I tried doing some of the IFrame techniques but it doesn't seem to work on a mac.
Anyway, the end-goal is for creating a help system. When certain links are clicked, I just want to display text in panel or component. The html files (or text files) would be separate so they can be easily edited and/or changed without a recompile of the swf. Should I try doing the external files in html, txt, or xml files? If XML, would I just fill up the node with pages of the text that represent the text? Sure I could do this with an html editor without flex, but I want this in a flex app!

