rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

Use IFrame in module (not dirrectly in application) #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. insert an IFrame inside a module (using the following sample :
    <code:IFrame id="googleIFrame"
                 label="Google"
                 source="http://www.google.com"
                 width="80%"
                 height="80%"/>
)

What is the expected output? 
The IFrame should be at in the module 
What do you see instead?
The IFrame is outside the module, just above and inside the application

What version of Flex-IFrame are you using? 
The swc for FLEX 4 
(http://code.google.com/p/flex-iframe/issues/detail?id=79&colspec=ID%20Type%20St
atus%20Priority%20Summary)

On what operating system and which navigator (specify the version too)?
XP SP3, Firefox 3.6.12

Did you follow the users guide ? Particularly, did you set "wmode" to
"opaque" ?

I can provide a sample project if neccessary...

Regards

Original issue reported on code.google.com by mathien....@gmail.com on 29 Nov 2010 at 5:33