hiding unity logo from status bar

Is there a way to hide the Unity logo from the loading status bar in the web player?

Yes, in Unity Pro:

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

Thanks!

Actually…this code doesn’t work…I’m getting a syntax error. I’m not too good with jscript yet:

var params = {
backgroundcolor: “A0A0A0”,
bordercolor: “000000”,
textcolor: “FFFFFF”,
logoimage: “MyLogo.png”,
progressbarimage: “MyProgressBar.png”,
progressframeimage: “MyProgressFrame.png”
};

unityObject.embedUnity(“unityPlayer”, “WebPlayer.unity3d”, 600, 450, params);