INTERFACE
& DISPLAY
|
|
| Name |
Description |
Syntax |
|
| BackgroundColor |
Defines the
color of the applet background in hex HTML code. Here
is a good colour chart to help you pick your colors in HTML
code. |
<param
name="BackgroundColor" value="[HEX HTML COLOR CODE]">
ex. <param name="PanelEnable" value="[#00000]"> |
|
| PanelEnable |
Turns the button
graphics on or off. |
<param name="PanelEnable"
value="[TRUE or FALSE]">
True = turn button graphics on; False = turn them off
ex. <param name="PanelEnable" value="True"> |
|
| PanelPosition |
Position the
button graphics to the top or bottom. |
<param name="PanelPosition"
value="[TOP or BOTTOM]">
ex. <param name="PanelPosition" value="bottom"> |
|
| PanelLayout
|
Describe the
order of each button or omit certain buttons from displaying. |
<param
name="PanelLayout" value="[PSRMC]">
P - Play
S - Stop
R - Random (seek bar)
M - Mute
C - Connection Speed, Video Choice or Chapter
Omitting a letter will remove that button from displaying.
ex. <param name="PanelLayout" value="PSRMC"> |
|
| PanelImagesURL
|
Define the URL
link where the one-piece button graphic (.jpg or .gif) can be
referenced by the applet. |
<param name="PanelImagesURL"
value="[URL of .jpg/.gif]">
- can be .jpg or .gif.
- must be located on same server as the applet.
- can be relative or absolute linked from the codebase of the
videoclipstream.zip.
ex. param name="PanelImagesURL" value="./images/buttons.gif"> |
|
| PanelImageWidth
|
Define the width
of each BUTTON in the one-piece button graphic. This tells the
applet which part of the .jpg or.gif corresponds to a certain
function. It enables the applet to refer to a single graphic
for a range of button functions rather than many individual
files. |
<param
name="PanelImagesURL" value="[PLAY, PAUSE,
STOP, SEEK_BEGIN, SEEK_KNOB, SEEK_MID, SEEK_END, MUTE, CONNECTION]">
Where [PLAY] etc. replace with number in pixels that is the
width of the button element. It must be in the order
given above. If an element is not include, enter zero (o).
ex. <param name="PanelImageWidth" value="15,15,15,7,6,1,6,15,52"> |
|
| PanelResizable |
Toggles the
applet to resize the control panel for videos of different
dimensions (i.e. videos at different bit rates/connection
speeds might be different sizes). The panel can be of a larger
size than the video, however the overall dimensions of the
applet must accommodate this.
*Note: In conjunction with the VideoBackground
feature a value of TRUE will keep the button panel attached
to the bottom of the video. If FALSE then the button panel
will stay at the bottom of the applet.
*Note: If False, there cannot be a VideoEdge.
See: VideoBackground, VideoEdge |
<param
name="PanelResizable" value="[TRUE or FALSE">
ex. <param name="PanelResizable" value="true"> |
|
| PanelPopup |
Show the connection
speed popup at video startup to prompt the user to select a
video or bitrate.
|
<param
name="PanelPopup" value="[TRUE or FALSE">
ex. <param name="PanelPopup" value="false"> |
|
| PanelFlash |
Tells the applet
to flash the play button given various conditions or not at
all. |
<param
name="PanelFlash" value="[0,1,2 or 3]">
0 - no flash
1 - flash on rollover
2 - Flash play on waiting (only when page loads)
3 - Flash play (always)
ex. <param name="PanelFlash" value="1"> |
|
|
SeekMargin
|
Pads the distance
in pixels to the left and right of the progress bar within the
buttonset. |
<param
name="SeekMargin" value="[NUMBER IN PIXELS
TO PAD LEFT,NUMBER IN PIXELS TO PAD RIGHT">
ex. <param name="SeekMargin" value="10,10">
|
|
| TextColor
|
Defines the
colour of any messaging text that appears in the applet. Here
is a good colour chart to help you pick your colors in HTML
code.
*Note: make sure it is not the same colour as the BackgroundColor
or it will appear hidden. |
<param
name="TextColor" value="[HEXT HTML COLOR CODE]">
ex. <param name="TextColor" value="#FFFFF"> |
|
| VideoBackground#
|
This is part
of a larger featureset that allows you to float the actual playing
video over a larger background image.For example, a video playing
on top of a scene of a beach or company branding. With this
parameter you can specify the coordinates where the video will
appear. |
|
|
| VideoTitleImageURL |
Defines a URL
link to a .jpg or .gif that is displayed at the beginning of
the video before the video is played. Useful to contain instructions
or branding image.
*Note: For aesthetic reasons, make the image the same size as
the applet minus the height of the buttonset (-20 pixels). |
<param
name="VideoTitleImageURL" value="[RELATIVE
or ABSOLUTE LINK TO .GIF or .JPG FILE">
ex. <param name="VideoTitleImageURL" value="video/mytitle.jpg">
<param name="VideoTitleImageURL" value="http://mywebsite/video/mytitle.jpg">
|
|
| VideoTitleImageEndURL |
Same as above
but specifying an image that appears AT THE END after the video
has been stopped or finishes playing. |
<param
name="VideoTitleImageEndURL" value="[RELATIVE
or ABSOLUTE LINK TO .GIF or .JPG FILE">
ex. <param name="VideoTitleImageEndURL" value="video/mytitle.jpg">
<param name="VideoTitleImageEndURL" value="http://mywebsite/video/mytitle.jpg">
|
|
| VideoSizeHeight
|
Will scale the
video to fit a specified height. |
<param
name="VideoSizeHeight" value="[HEIGHT in PIXELS">
ex. <param name="VideoSizeHeight" value="280"> |
|
| VideoSizeWidth
|
Will scale the
video to fit a specified width. |
<param
name="VideoSizeWidth" value="[HEIGHT in PIXELS">
ex. <param name="VideoSizeWidth" value="320"> |
|
| VideoEdgeWidth
|
Thickness in
pixels of a border around the entire applet. |
<param
name="VideoEdgeWidth" value="[NUMBER in PIXELS]">
ex. <param name="VideoEdgeWidth" value="1"> |
|
| VideoEdgeColor
|
Defines the
color of the border. Here
is a good colour chart to help you pick your colors in HTML
code. |
<param
name="VideoEdgeColor" value="[HEX HTML COLOR
CODE">
ex. <param name="VideoEdgeColor" value="#00000"> |
|
| VideoMessageMode
|
Toggles
between three states of displaying the text messaging that
informs the user of the player's status. The text status includes
"buffering, connecting" and errors. The default
is "3".
Note: Define the color of the text in the
TextColor parameter. |
<param
name="VideoMessageMode" value="[1,2,3]">
1 - on screen
2 - in browser status bar
3 - both
ex. <param name="VideoMessageMode" value="1"> |
|
| VideoPlaylist
|
Enables
the queuing up of different applets with full bit rate versions
from one applet. |
|
|
| ZoomVideo
|
Enables
the zoom window feature of Clipstream Video 2.5. |
<param
name="ZoomVideo" value="[TRUE, FALSE, ICON,
RIGHTCLICK, or ROLLOVER]">
True: the video is already when the applet loads.
False: same as the removal of the parameter
Icon: an Icon will appear on rollover that activates zoom
Rightclick: No icon; zoom appears if user rightclicks on the
applet
Rollover: a rollover will activate the zoom
ex. <param name="ZoomVideo" value="true"> |
|