PDA

View Full Version : Howto show a Splash Screen


Adam
11-22-2007, 01:13 PM
Question:

Can I include a custom splash screen in my AutoPlay Media Studio 6.0 project?

Answer:

A splash screen is an image that will appear on the screen for a short amount of time. The content of the splash screen is up to you – the developer. To add a splash screen to your project follow these instructions:

1. Insert the following code into any event in your application.
Dialog.SplashImage(_SourceFolder .. "\\AutoPlay\\Images\\splash.jpg", 5, false);
2. To display the splash image before your application loads, insert the above code into the On Startup event of the project actions.