rldjrsksl / flex-iframe

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

IFrame not displayed when flex stage switches to FullScreen Mode #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a simple flex application(main.mxml) and place a button.Create 
component using  flexIFrame.Insert that custom component in the main 
application.
2.For the button click call a function (toggle_fullscreen).
3.In the toggle fullscreen function put this -

stage.displayState=StageDisplayState.FULL_SCREEN;

What is the expected output? What do you see instead?

Now when we press the button it should show the stage as full screen(which is 
fine) with the IFrame and its contents.The main issue here is IFrame disappears 
in the full screen mode.

What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?

Flex-IFrame version 1.4.6 and Operating System is Windows 7 Enterprise.

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

Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.

Original issue reported on code.google.com by Abhlu.na...@gmail.com on 26 Apr 2011 at 5:16

GoogleCodeExporter commented 8 years ago
I used the way as given in the attached image file.Please see the file.You can 
see I am using standard HTML object and embed kind of tags to reference the 
.swf.

Please do let me know if you require additional information.

Thanks again.

Original comment by Abhlu.na...@gmail.com on 27 Apr 2011 at 9:35

Attachments: