View Full Version : Sequence of Full Screen Videos
jwarrent
04-17-2006, 07:16 PM
I hope I'm missing something obvious.. :) Per user option, I'm trying to allow a series of videos to continue to play full screen with my video object - without the act of Loading the next video forcing it back out of full screen mode. Checking to see if I should be in full screen and going back is quite jarring. Is my only option to "fake" constant full screen by allowing my player to expand to the user's screen size?
I've run into the same problem with both the MediaPlayer object and normal Video object.
Any ideas? Like I'm missing something obvious? :)
Thanks in advance-
yosik
04-18-2006, 02:03 AM
Hi,
Taken from the help file:
Video.SetFullScreen( "myVideo", not Video.IsFullScreen("myVideo") );
This would toogle the video object state: If in Fullscreen, it would bring it back to normal and vice versa.
You could use this action just after the video loading action (as if it brings your video object to the normal state, this action will automatically change its state to fullscreen).
Hope that helps.
Yossi
jwarrent
04-18-2006, 01:20 PM
Thanks for the response-
I'm actually using the MediaPlayer plugin at the moment since it appears to handle things like moving my app around the screen and not lagging the video behind as well as going to and from full screen rather smoothly. The problem with toggling the full screen state after the video loads is the "flicker" of seeing everything go out of full screen, then jump back again.
I haven't done that specific command that you mention though, but I have a "should I be full screen" boolean that I just call immediately after the video loads:
MediaPlayer.Load("Video1", VideoToPlay);
MediaPlayer.SetFullScreen("Video1", VideoFullScreen);
That's essentially doing the same thing, right? This is probably a futile request, but I'm just curious if there is a good way to transition to the next video without jumping out of full screen at all?
Thanks!
Can you post any example of Video full-screen?
And Can AMS go to next video automatically?
Plz post any sample with these options
thnx
TJ_Tigger
09-28-2006, 03:56 PM
Here (http://www.indigorose.com/forums/showthread.php?s=&threadid=6399&highlight=video+chain) is a project I did that would allow you to play through a list of videos. I have not looked at this recently but I thought i did one where it would do so with full screen as well.
Tigg
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.