MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 739

Director scripting reference
Table of Contents

Advertisement

Example
The following examples show that the
member Real is set to
movie starts to play and when it is stopped or rewound.
-- Lingo syntax
put(sprite(2).displayRealLogo) -- 1
put(member("Real").displayRealLogo) -- 1
// JavaScript syntax
trace(sprite(2).displayRealLogo); // 1
put(member("Real").displayRealLogo); // 1
The following examples set the
to
, which means that the RealNetworks logo is not displayed.
FALSE
-- Lingo syntax
sprite(2).displayRealLogo = FALSE
member("Real").displayRealLogo = FALSE
// JavaScript syntax
sprite(2).displayRealLogo = 0;
member("Real").displayRealLogo = 0;
displayTemplate
Usage
-- Lingo syntax
_movie.displayTemplate
// JavaScript syntax
_movie.displayTemplate;
Description
Movie property; provides access to a list of properties that are applied to the window in which a
movie is playing back. Read/write.
The
displayTemplate
used to specify default window settings. Therefore,
object to return or set default window settings in the same way the
titlebarOptions
The
displayTemplate
Property
appearanceOptions
dockingEnabled
displayRealLogo
, which means that the RealNetworks logo is displayed when the
TRUE
displayRealLogo
property provides access to the properties of the Window object that are
properties are used on the Window object.
property provides access to the following properties.
Description
A property list that stores appearance options for a window. The appearance
options are
,
mask
border
more information, see
Determines whether a movie in a window (MIAW) will be dockable when
opened during authoring. If
window cannot be docked. The default value is
.
dockingEnabled
property for sprite 2 and the cast
property for sprite 2 and the cast member Real
displayTemplate
,
,
metal
dragRegionMask
.
appearanceOptions
, the window can be docked. If
TRUE
is used on the Movie
appearanceOptions
,
, and
shadow
liveresize
, the
FALSE
. For more information, see
FALSE
displayTemplate
and
. For
739

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents