User Guide
allowVolumeControl 629
This property defaults to TRUE.
See also
allowCustomCaching, allowGraphicMenu, allowTransportControl,
allowVolumeControl, allowZooming, Movie
allowTransportControl
Usage
-- Lingo syntax
_movie.allowTransportControl
// JavaScript syntax
_movie.allowTransportControl;
Description
Movie property; this property is provided to allow for enhancements in future versions
of Shockwave Player. Read/write.
This property defaults to
TRUE.
See also
allowCustomCaching, allowGraphicMenu, allowSaveLocal, allowVolumeControl,
allowZooming, Movie
allowVolumeControl
Usage
-- Lingo syntax
_movie.allowVolumeControl
// JavaScript syntax
_movie.allowVolumeControl;
Description
Movie property; sets the availability of the volume control in the context menu when playing the
movie in a Shockwave Player environment. Read/write.
When set to
TRUE one or the other volume control is active, and is disabled when the property is
set to
FALSE.
This property defaults to
TRUE.
See also
allowCustomCaching, allowGraphicMenu, allowSaveLocal, allowTransportControl,
allowZooming, Movie