Splash

HTML Help ActiveX

Splash command

Purpose

Displays an image for a specified number of seconds when the file that contains the HTML Help ActiveX control is opened. For example, using the Splash command, you could display a product logo or welcome message when a compiled help (.chm) file or Web page is first opened.

This command can be used with either a compiled help file or uncompiled HTML files.

Syntax


<PARAM  name="Command" value="Splash">

<PARAM name="Item1" value="image file path">
<PARAM name="Item2" value="millisecond value">
[<PARAM name="Item3" value="alternate image file path">]


Property Description
Command Calls the Splash command.
Item1 Specifies the image file path. Supported image file formats are .gif, .jpeg, or .bmp.
Item2 Specifies the length of time to display the image in milliseconds (1000 milliseconds = 1 second).
Item3 Specifies an alternate image file to display if the user's display configuration supports more than 256 colors. Optional.

Example


<OBJECT

id=splash
type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
codebase="Hhctrl.ocx#Version=4,72,8252,0"
>
<PARAM name="Command" value="Splash">
<PARAM name="Item1" value="test.gif">
<PARAM name="Item2" value="5000">
</OBJECT>

Sample Splash command

Click here to see a splash screen.

Comments

  • You should insert the HTML Help ActiveX control between the <BODY> start and end tags of the file. Use of the control within the <FRAMESET> start and end tags is currently not supported. If you want to use the Splash command with a frameset, insert the control within the default HTML file that is specified in the frameset document.

link to overview topic About commands