I am using iFrame in my Flex 3 project. Everything is fine. But, if the browser window is small and the scroll bars are visible, then I have a problem. When the user scrolls down, the iFrame remains in place at the top of the browser and spans the content. Sure, in this case I have to use an iFrame. How should I prevent iFrame from hiding parts of my site when scrolling a user?
<flexiframe:IFrame id="myIFrame" source="http://www.mysite.com/myStuff.html" x="315" y="20" width="498" height="65" scrollPolicy="off" />
source
share