Displaying a Splash Image
Document ID: IR10012The information in this article applies to:
- AutoPlay Media Studio 5.0 Professional Edition
SUMMARY
This article describes how to display a splash image in your application.
DISCUSSION
To display a splash image using AutoPlay Media Studio 5.0:
- Insert the following code into any event in your application.
- To display the splash image before your application loads, insert the above code into the On Startup event of the project actions.
Dialog.SplashImage("AutoPlay\\Images\\splash.jpg", 5, false);
MORE INFORMATION
For more information please see the following topics in the AutoPlay MediaStudio 5.0 help file:
- Program Reference | Actions | Dialog | Dialog.SplashImage
KEYWORDS: Splash, Image, Popup, Display, Picture
Last reviewed: September 24, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.