PDA

View Full Version : Displaying a Splash Image


Desmond
09-24-2003, 02:00 PM
<HTML><HEAD><TITLE>Displaying a Splash Image</TITLE></HEAD><BODY><h3>Displaying a Splash Image</h3><b>Document ID: IR10012</b><hr>The information in this article applies to:<ul><li>AutoPlay Media Studio 5.0 Professional Edition</li></ul><hr><h3>SUMMARY</h3><p>This article describes how to display a splash image in your application.</p><h3>DISCUSSION</h3><p>To display a splash image using AutoPlay Media Studio 5.0:</p><ol><li>Insert the following code into any event in your application.</li><pre><code>Dialog.SplashImage("AutoPlay\\Images\\splash.jpg", 5, false);</code></pre><li>To display the splash image before your application loads, insert the above code into the On Startup event of the project actions.</li></ol><h3>MORE INFORMATION</h3><p>For more information please see the following topics in the AutoPlay MediaStudio 5.0 help file:</p><ul> <li><b>Program Reference | Actions | Dialog | Dialog.SplashImage</b></li></ul><p>KEYWORDS: Splash, Image, Popup, Display, Picture</p><hr><FONT SIZE=1>Last reviewed: September 24, 2003<br>Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br></FONT></BODY></HTML>