;

PDA

Click to See Complete Forum and Search --> : [RESOLVED] FLVPlayback Fullscreen issue...


next2heaven
09-27-2008, 12:36 PM
I'm using the FLVPlayback and need to go fullscreen. I can do that using the built in function: enterFullScreenDisplayState and it works just fine.

My problem is that I've written my own dynamic buttons that will control the video instead of the skin versions and when I go fullscreen using that command (so as to get the hardware excelleration) it won't display my buttons. it ends up putting the video on top of everything even though my stacking has my controls on top of the video.

What can I do to have my controls above the video in fullscreen mode?

next2heaven
09-27-2008, 01:17 PM
I set the fullScreenTakeOver to false and it worked just fine. I was thinking that I couldn't use that method or I wouldn't get the hardware excelleration but I think I'm wrong on that.

Hope this helps someone...there isn't a lot of information out there on customizing a FLVPlayback component.

tunghoy
01-13-2009, 12:19 PM
Thank you! This is exactly what I was looking for!