You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by krishna4960 <mu...@happiestminds.com> on 2013/11/05 08:18:13 UTC

video not working in full screen mode in windows 8/ IE 10 metro browser

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.

Re: video not working in full screen mode in windows 8/ IE 10 metro browser

Posted by sébastien Paturel <se...@gmail.com>.
Hi,
All i know is that direct mode will force the stageVideo mod. i don't 
know more about wmode window.

if its not related to 4.11 and stageVideo, i m sorry to say that i won't 
be much more helpfull.
you'd better try to find help on http://stackoverflow.com which is more 
suitable for such help then this mailing list i would say.

Good luck :)
Regards,
Seb

Le 07/11/2013 11:12, krishna4960 a écrit :
> Hi Seb,
>
> I have set 'wmode' to 'window' in html wrapper. do i need to change that?
>
> Thanks,
> Krish
>
>
>
> --
> 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-tp31903p31999.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: video not working in full screen mode in windows 8/ IE 10 metro browser

Posted by krishna4960 <mu...@happiestminds.com>.
Hi Seb,

I have set 'wmode' to 'window' in html wrapper. do i need to change that?

Thanks,
Krish



--
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-tp31903p31999.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: video not working in full screen mode in windows 8/ IE 10 metro browser

Posted by sébastien Paturel <se...@gmail.com>.
hi,
ok, my workaround was about a bug which appeared with 4.11
i never encontered issue with 4.6 before.
but it may be related to same issue.
do you force wmode to direct in your html wrapper ?

Le 06/11/2013 11:20, krishna4960 a écrit :
> Hi Seb,
>
> Thanks for the reply, I have written 'OSMFSettings.enableStageVideo = false'
> in the application "preintialize"  event handler but i am still encountering
> this issue. I also tried keeping 'backgroundAlpha = 0' in the main
> application container but the problem still persists. I am using flex 4.6
> SDK.
>
> Thanks,
> Krish
>
>
>
> --
> 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-tp31903p31960.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: video not working in full screen mode in windows 8/ IE 10 metro browser

Posted by krishna4960 <mu...@happiestminds.com>.
Hi Seb,

Thanks for the reply, I have written 'OSMFSettings.enableStageVideo = false'
in the application "preintialize"  event handler but i am still encountering
this issue. I also tried keeping 'backgroundAlpha = 0' in the main
application container but the problem still persists. I am using flex 4.6
SDK.

Thanks,
Krish



--
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-tp31903p31960.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: video not working in full screen mode in windows 8/ IE 10 metro browser

Posted by sébastien Paturel <se...@gmail.com>.
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.