[flexcoders] Load HTML from URL into Flex Component (via iframe)

2008-02-26 Thread byte.sensei
I've got a Flex site with several pages that load HTML content from an older HTML version of the site into an iframe that I then place over the Flash movie so it looks like the content has been embedded into the Flex UI even though it's still being loaded from the old HTML site. I've got the foll

Re: [flexcoders] Load HTML from URL into Flex Component

2007-11-28 Thread Derrick Anderson
maybe this link can be of some help to you http://www.deitte.com/IFrameDemo3/IFrameDemo.html d. On Nov 28, 2007 10:48 AM, byte.sensei <[EMAIL PROTECTED]> wrote: > I have a Flex 3 application that generates HTML, PDF, and Excel reports > from SQL Server Reporting Services. > > In the case of H

[flexcoders] Load HTML from URL into Flex Component

2007-11-28 Thread byte.sensei
I have a Flex 3 application that generates HTML, PDF, and Excel reports from SQL Server Reporting Services. In the case of HTML, I've been using navigateToURL() to load the result into the browser. This works fine, but I'd really like to embed the HTML into a Flex container and "wrap" the appl