Custom Splash Screen

We have Unity Pro and are having trouble setting up a custom splash screen. Can anyone point me to a tutorial on this or more information?

Take a look at this:

http://answers.unity3d.com/questions/8947/how-to-make-a-simple-splash-screen

Basically you could just have the first level contain the splash screen. Use the animation tools to fade your images on/off or what you want to do. When it's all done you can just load the main menu or what you want to do.

This can be accomplished using GUITexture or GUI functions.

Thanks guys. I found the answer. Was difficult to find as the vocabulary isn't indexed at google very well.

http://unity3d.com/support/documentation/Manual/Customizing%20the%20Unity%20Web%20Player%20loading%20screen.html

thats righs, you can Use

yield wait for Seconds (2); to wait to seconds and do your job in there