The iframe content will always be on top of the Flex content / scrollbars. There is no way around that. What you can do is resize the HTML IFrame as the window resizes. You can listen for Application RESIZE events and handle it accordingly or you can use the HTML Component here<http://www.drumbeatinsight.com/htmlcomponent>which acts exactly the same as the UIComponent thus alleviating some of the issues with this approach (version 2 is free, version 3 is commercial).
On 9/26/07, avinash_shirol <[EMAIL PROTECTED]> wrote: > > We are displaying some HTML content within our flex UI. We are using > the IFrame code created by Christoph Coenraets available on net. The > initial display works fine. However, if we reduce the size of the flex > window, we get flex scrollbars. On trying to scroll the window such > that window border crosses the rendered area of the HTML, the HTML > gets rendered even on the scrollbars. Basically, the HTML renderer is > not able to recognize the flex scrollbars on the right and on the > bottom of the window. Is there any way to fix it? > > thanks > Avinash > > >

