Launch pad parameters

The following parameters apply to all sessions in the object tag.

<PARAM NAME="LaunchPad" VALUE="Yes">
Optional.
Turns the launch pad feature on or off. Yes is on and No is off.
Note: Setting the launch pad VALUE="No" has the same affect as turning on the launch all sessions feature. This is because when there is no launch pad in the web page, all the sessions that are configured in the object tag automatically starts when the web page opens.
<PARAM NAME="LaunchPadAutoLaunch" VALUE="X,X">
Optional.
Where X is the number of the session or sessions that you want to automatically start.
Note: This feature requires that PARAM NAME "LaunchPad" be set to "Yes".
<PARAM NAME="LaunchPadBorder" VALUE="Yes">
Optional.

Turns the launch pad border on or off. Yes is on and No is off.

<PARAM NAME="LaunchPadButtons" VALUE="Yes">
Optional.

Turns the launch pad buttons on or off. Yes is on and No is off.

<PARAM NAME="LaunchPadToolbar" VALUE="Yes">
Optional.

Turns the launch pad toolbar on or off. Yes is on and No is off.

<PARAM NAME="LaunchPadView" VALUE="">
Optional.
Sets the initial launch pad icon view. Valid settings are:
  • blank or "Large" = large icon view
  • "Small" = small icon view
  • "List" = list view
  • "Details" = detail view
<PARAM NAME="LaunchPadForeground" VALUE="">
Optional.

Sets the launch pad foreground (characters) color in HTML RGB color format. For example, #000000 = Black and #FFFFFF = White (blank uses default color).

<PARAM NAME="LaunchPadBackground" VALUE="">
Optional.

Sets the launch pad background color in HTML RGB color format. For example, #000000 = Black and #FFFFFF = White (blank uses default color).

<PARAM NAME="LaunchPadWatermark" VALUE="">
Optional.

Used to specify a file name to be used as the watermark. Both .bmp and .gif file formats are supported.

<PARAM NAME=”LaunchPadUseSessionID” VALUE="YES">
Optional.

Passes the session ID to the sessions on start, limiting the user to one session per launch pad icon. Subsequent clicks on the launch pad icon put the BlueZone session in the foreground rather than starting a new session. Launch pad must be enabled for this feature to work. Yes is on and No is off.