Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2004
    Location
    Las Vegas
    Posts
    24

    Sequence of Full Screen Videos

    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-

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    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

  3. #3
    Join Date
    Feb 2004
    Location
    Las Vegas
    Posts
    24
    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:

    Code:
    	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!

  4. #4
    Join Date
    Sep 2006
    Posts
    17

    Any Example plz...

    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

  5. #5
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Here 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
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

Similar Threads

  1. Full screen video questions
    By aae991 in forum AutoPlay Media Studio 5.0
    Replies: 18
    Last Post: 11-21-2005, 11:42 AM
  2. full screen video stretched incorrectly
    By Anthony Be in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 09-08-2004, 12:37 PM
  3. Playing a Video Using Full Screen Mode
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 12:40 PM
  4. Running in Full Screen (Kiosk) Mode
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 10:51 AM
  5. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts