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
This property can be tested and set.
708
Chapter 14: Properties
command.
Need help?
Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?
Questions and answers