CoolFusion Plug-in for Netscape

>Viewing Video Content<
Right Mouse Button
Commands Reference
Tech Support

Viewing Video Content: This section describes how to use the menu options for the CoolFusion Plug-in for Netscape. The following terms are referenced throughout this document.

Clip
The video content of the current session.
Content
All types of movie images.
Playback Menu
A pop-up menu from which to select various playback sessions.
Playback Window
The window in which the AVI clip is viewed.
Video
A production of movie images.
Vidget
A short, interactive animation sequence.

Right Mouse Button: Clicking the right mouse button while the cursor is over the playback window will display the "playback menu" as described below:

Play
Click to Play the video clip from its current position in the queue. If you wish to view the clip from the beginning, select Rewind before selecting Play.
Rewind
Click to Rewind the clip to the beginning. You can Rewind and Play a video clip while streaming is in progress.
Stop
Click to Stop the video clip.
Save file as...
Select this menu option to display the Save As dialog box. Choose a location to save your AVI video clip and push the "OK" button. You can save a clip at any time during the clip streaming session.
About CoolFusion
Select this menu option to display a dialog box that contains information about CoolFusion, including the version number.
Iterated Systems Inc.
Select this menu option to go to the Iterated Systems home page (http://www.iterated.com).

Commands Reference: This section describes how to use the features of the CoolFusion Plug-in for Netscape to customize the actions of a selected AVI video. Included in this section are:

QuickStart

Directives

Commands

Events

QuickStart

A CoolFusion embed statement can be as easy as: <embed src=example.avi width=176 height=144>. This statement allows the clip to display without the playback controls in a 176x144 window. A playback menu is available, while the clip plays and streams immediately without user intervention.

Look on the CoolFusion home page (http://www.iterated.com/cfusion/cfusion.htm) for more information and HTML documents.

Directives

showcontrols=TRUE|FALSE
If showcontrols=TRUE, the playback controls are displayed. This directive defaults to showcontrols=FALSE, which causes the controls not to be displayed.
nomenu=TRUE|FALSE
If nomenu=TRUE the playback menu is not displayed. This directive defaults to nomenu=FALSE,
which causes the playback menu not to be displayed.
streamondoubleclk=TRUE|FALSE
If streamondoubleclk=TRUE, the content streams to the first frame and waits for a left button double-click event to resume streaming. This directive defaults to streamondoubleclk=FALSE, which directs the plugin to stream the content in its entirety without user intervention. This feature is very useful when an HTML page design requires multiple video clips, while providing the best streaming performance of the individual clips.

Commands

close
Closes the playback window.
Example:
<embed src=example.avi width=320 height=240 onrdoubleclk="close">
pause
Pauses the content during playback (see resume).
Example:
<embed src=example.avi width=320 height=240 onclosestream="pause">
play
Starts the playing of the content.
Play Flags
to position
Specifies an ending position for the playback. If the "to" flag is not specified, playback stops at the end of the content.
from position
Specifies a starting position for the playback. If the "from" flag is not specified, playback begins at the current position.
fullscreen
Specifies that the full-screen mode should be used.
repeat
Specifies that playback should restart when the end of the content is reached.
Example:
<embed src=example.avi width=320 height=240 onrdoubleclk="play fullscreen">
resume
Continues playing the content after the pause command has been used (see pause).
Example:
<embed src=example.avi width=320 height=240onclosestream="resume">
seek
Moves to the specified position and stops.
Seek Flags
to start
Seeks to the beginning of the content.
to end
Seeks to the end of the content.
to position
Specifies the position to stop seeking.
Example:
<embed src=example.avi width=320 height=240 onrdoubleclk="seek to 10">
set
Establishes control settings for the playback window.
Set Flags
audio all off
audio all on
Disables or enables audio output.
audio left off
audio left on
audio right off
audio right on
Disables or enables output to either the left or right audio channel.
speed factor
Sets the relative speed of video and audio playback from the workspace. A nominal speed Factor is 1000. (A rate of 500 is half normal speed, 2000 is twice normal speed, and so on.)
video off
Disables video output.
video on
Enables video output.
Example:
<embed src=example.avi width=320 height=240 onrdoubleclk="set speed to 1000">
step
Steps the content one or more frames forward. The default action is to step forward one frame.
Step Flags
by frames
Indicates the number of frames to step.
stop
Stops playback of the content.
Example:
<embed src=example.avi width=320 height=240 onldoubleclk="stop">

Events

onplay
The first event that is processed.
Example:
<embed src=example.avi width=320 height=240onplay="pause>
onldoubleclk
Left mouse button has been double-clicked.
Example:
<embed src=example.avi width=320 height=240 onplay="pause" onldoubleclk="play">
onlbuttondown
Left mouse button is down.
Example:
<embed src=example.avi width=320 height=240 onplay="pause" onlbuttondown="step by 1">
onlbuttonup
Left mouse button has been down and is now up.
Example:
<embed src=example.avi width=320 height=240 onplay="pause" onlbuttonup="step by 1">
onpaint
The target window is being painted.
<embed src=example.avi width=320 height=240 onpaint="play">
onclosestream
A file has been downloaded and the channel closed.
Example:
<embed src=example.avi width=320 height=240 onclosestream="play">
oncursor
Cursor is over the playback window.
Example:
<embed src=example.avi width=320 height=240 oncursor="play">
onrdoubleclk
Right mouse button has been double-clicked. This event is not available if the playback menu is in use (nomenu=TRUE).
onrbuttondown
Right mouse button is down. This event is not available if the playback menu is in use (nomenu=TRUE).
onrbuttonup
Right mouse button is up. This event is not available if the playback menu is in use (nomenu=TRUE).

Tech Support: For technical support, email us at support@iterated.com


Copyright © 1996 Iterated Systems, Inc. All Rights Reserved.
Trademarks | Updated: February 7, 1996