User Guide
708 Chapter 14: Properties
Example
This statement causes the QuickTime cast member Demo to display its controller.
Dot syntax:
member("Demo").controller = 1
Verbose syntax:
set the controller of member "Demo" to 1
See also
directToStage
copyrightInfo (Movie)
Usage
-- Lingo syntax
_movie.copyrightInfo
// JavaScript syntax
_movie.copyrightInfo;
Description
Movie property; enters a string during authoring in the Movie Properties dialog box. This
property is provided to allow for enhancements in future versions of Shockwave Player.
Read-only.
See also
aboutInfo, Movie
copyrightInfo (SWA)
Usage
-- Lingo syntax
memberObjRef.copyrightInfo
// JavaScript syntax
memberObjRef.copyrightInfo;
Description
Shockwave Audio (SWA) cast member property; displays the copyright text in a SWA file. This
property is available only after the SWA sound begins playing or after the file has been preloaded
using the
preLoadBuffer command.
This property can be tested and set.