Macromedia Active Shockwave
Documentation
Rev 0.4
Last Updated May 30, 1996
This document describes the properties, methods, and events for Active Shockwave. A sample of the control's usage in an HTML file is also included.
This section describes the Control's properties and the associated behaviors involved with assigning values to them.
AutoPlay
Syntax
Settings
Remarks
SRC
Syntax
Remarks
Sound
Syntax
Settings
Remarks
Control Methods
StartMovie
Syntax
Remarks
StopMovie
Syntax
Remarks
Control Events
FramePassed(FrameNumber)
Syntax
Remarks
LoadProgress(PercentLoaded)
Syntax
Remarks
MovieLoaded
Syntax
Remarks
Control Usage
This an example of the HTML that will create an Active Shockwave control on an HTML page.
<object CLASSID="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="../downloads/sw.cab"
width="450" height="300"
Name="sw" Id="sw">
<param name="SRC" value="movies/logo.dir">
</OBJECT>