SpecheBox Applet Installation (only)

To install the SpecheBox, please read the entire installation document, and then perform each Step in the listed order.  As it is currently written, all code presented in this document must be added to the same web page or frame.

Step 1: Copy the following code and paste it into the body of your web page, at the location where you would like the SpecheBox (text display) to be located.  This code will cause the SpecheBox Applet to be downloaded, initialized, and displayed.  The applet will connect to Speche Communication's Text Broadcast Server at text.speche.com on port 80.


Step 2: Load the web page in a browser.  Validate that text is streaming to the applet, by viewing the display. You should see text scrolling within the applet display.  If you encounter any difficulties, or have any questions regarding implementation of the provided code, please contact:
Courtroom Connect and Speche Support
Phone: (877) 838-9080
E-mail: support@speche.com

Step 3: After the sucessful SpecheBox installation has been confirmed, we will send you a new EventID for the production event.  This EventID will need to be pasted into the value attribute of the applet's EventID parameter tag, as well as in the Embed tag. Exampled: <Param name="EventID" value="25E9D359-69CB-4A30-A103-D02E0B986042"> and EventID ='25E9D359-69CB-4A30-A103-D02E0B986042'.

Customization Options and Applet Parameters
Please note that default values must be changed in both the Object tag (param) and the Embed tag.

Default Applet Parameters (please review the options below for valid options for each parameter):
Width = 500 and Height = 182
Branding=1
<Param name="Branding" value="1">
InitialText=""
<Param name="InitialText" value="">
ForgroundColor = #FFFFFF (white text)
<Param name="ForegroundColor" value="#FFFFFF">
BackgroundColor = #000000 (black)
<Param name="BackgroundColor" value="#000000">
Font = SansSerif
<Param name="Font" value="SansSerif">
FontSize = 14
<Param name="FontSize" value="14">

Size of the Applet Display:
There are two variables that were copied to your web page during Step 1 of the installation process - width (default = 500) and height (default = 182).  These variables are present within the Object and Embed tags.  These two values can be modified to fit the display area into a specific region of your web page.  Please keep in mind that the size of the display area impacts the users ability to read the displayed text.  Additionally, the values offered for Font Size should be considered when the display size is altered.

Fonts:
Valid Font names for the SpecheBox are:

SansSerif
Serif
Monospaced


Colors:
The applet supports the full RGB color range (#000000 - #FFFFFF) for the text and background colors in the applet display.

Font Size:
The font size is set in points per inch just like Microsoft Word.

Initial Text:
The value of this parameter sets the initial text that will be displayed to all users when the SpecheBox is initially loaded. Use "\r\n" to indicate a carriage return. Example: <Param name="InitialText" value="Welcome\r\nto the web cast">
This would display as follows:
Welcome
to the web cast

Branding:
Setting this parameter to "0" will turn off the Speche Communications branding. Turning this off may affect the cost of your event.  Please contact your Customer Service Representative for details regarding branding and how it relates to cost.

General Notes and Information

Loading the applet from our server insures that you always have the newest version of our SpecheBox Applet and that your users are getting the richest set of available features.

It should be noted that the applet that you will be loading is using HTTP to connect from the applet to the Text Server over port 80.  This allows us to connect from the applet to the Text Server, traverse virtually all standards compliant firewalls and proxy servers.