Thanks for the explanation, Tracy. I didn't really understand what this IFrame stuff was doing until now. This is a really backwards hack. Does anyone know if Adobe is going to add an <mx:Browser> component or something similar? I am updating an old app that has hundreds of HTM files, but it needs to work as a standalone app as well as a web version, and it looks like I am going to have to convert all those files to little SWFs, because I can't use a browser to run my program.
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > The short answer to your original question is no, there is no browser control in Flex. > > > > The Iframe solution is a workaround that uses an Iframe in the host browser that is positioned in such a way to look like it is part of the Flex app. You use externalInterface to communicate/control the Iframe and it's contents. So you won't find Iframe in the Flex docs. > > > > There is a very good example of using this technique available, though I don't recall where at the moment. > > > > Tracy