flex-users / flex-iframe

IFrame component for Flex applications.
github.com/flex-users/flex-iframe
120 stars 63 forks source link

on click on html content display same content in another container on top of it #113

Open bindum opened 13 years ago

bindum commented 13 years ago

Hi,

Thank you for this library. I have a tab navigator and in each tab i have layout with sections. in each tab there may be one section or 2 sections till 8 sections . In all the tabs the html content is displaying with scrollbars , but Its not working on full screen . but if i click on div in one section, on top of it a container should get opened covering the remaining sections and on which div we have clicked that same content should get displayed in the popup (covering container). on closing the top container remaining sections should appear as it is.

I am using flex 4 and flashplayer 10.3.
Please help.