Hi
i also got this.
Short solution is: call OSMFSettings.enableStageVideo = false; at root
of your app.
Or if you want use stage video, you need to be sure that nothing will be
drawn in the display list because stage video is shown under display list.
and thus you need backgroundAlpha="0" for your App container.
i have put some explanations in the list, you can search for "Flex 4.11
+ OSMF 2.0 => bug" title.
Regards,
Seb
Le 05/11/2013 08:18, krishna4960 a écrit :
Hello friends,
I am running my flex application in windows 8/IE 10 metro browser. The
application displays a video without any problem when it is in minimized
mode (like 200*300 size) but the moment i click on the full screen button to
view the video in full screen mode, the page turns into blank and i have to
hit escape button to return to the application. This problem is occurring in
IE 10 metro browser only. The video runs in full screen mode without any
problem in Win8 /IE 10 desktop browser.
i am using 'stage.displayState = StageDisplayState.FULL_SCREEN;' to open
the video in full screen mode.
I will be grateful if you guys can help me.
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/video-not-working-in-full-screen-mode-in-windows-8-IE-10-metro-browser-tp31903.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.