Desmond
09-26-2003, 01:40 PM
<HTML> <HEAD> <TITLE>Playing a Video Using Full Screen Mode</TITLE> </HEAD> <BODY> <h3>Playing a Video Using Full Screen Mode</h3> <b>Document ID: IR10033</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> <li>AutoPlay Media Studio 5.0 Professional Edition</li> </ul> <hr> <h3>SUMMARY</h3> <p>This article describes how to play multiple video files in sequence. </p> <h3>DISCUSSION</h3> <p> AutoPlay Media Studio 5.0 includes an action to play a video in full screen mode.<br> <br> To accomplish this: <ol> <li>Add the following code to the On Play event of your video object:<code><pre>Video.SetFullScreen("Video1", true);</pre></code></li> <li>Add the following code to the On Finish event of your video object:<code><pre>Application.Exit();</pre></code></li> </ol> This script plays your video full screen, and once finished, exits your application. <h3>MORE INFORMATION</h3> <p>For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:</p> <ul> <li><b>Program Reference | Actions | Video | Video.Load</b></li> <li><b>Program Reference | Actions | Video | Video.SetFullScreen</b></li> </ul> <p>KEYWORDS: AutoPlay Media Studio 5.0, Load, Video, Play, Full Screen </p> <hr> <FONT SIZE=1> Last reviewed: September 26, 2003<br> Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br> </FONT> </BODY> </HTML>