Desmond
09-26-2003, 02:35 PM
<HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Opening a QuickTime MOV File</h3> <b>Document ID: IR10042</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 open a QuickTime MOV file.</p> <h3>DISCUSSION</h3> <p>To play a QuickTime movie using AutoPlay Media Studio 5.0, use a File.Open action to call the file:<br> <br> <code>File.Open("example.mov", "", SW_SHOWNORMAL);<br></code> <br> Note: AutoPlay Media Studio 5.0 does not have a QuickTime object. To play a QuickTime movie on a user's computer, the user must have a program capable of opening the movie (i.e. Apple QuickTime).</p> <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 | File | File.Open</b></li> </ul> <p>KEYWORDS: AutoPlay Media Studio 5.0, Open, MOV, Movie, Video, QuickTime, Apple </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>