Playing a Video Using Full Screen Mode
Document ID: IR10033The information in this article applies to:
- AutoPlay Media Studio 5.0 Standard Edition
- AutoPlay Media Studio 5.0 Professional Edition
SUMMARY
This article describes how to play multiple video files in sequence.
DISCUSSION
AutoPlay Media Studio 5.0 includes an action to play a video in full screen mode.
To accomplish this:
- Add the following code to the On Play event of your video object:
Video.SetFullScreen("Video1", true);
- Add the following code to the On Finish event of your video object:
Application.Exit();
MORE INFORMATION
For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:
- Program Reference | Actions | Video | Video.Load
- Program Reference | Actions | Video | Video.SetFullScreen
KEYWORDS: AutoPlay Media Studio 5.0, Load, Video, Play, Full Screen
Last reviewed: September 26, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.