MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 108

Director scripting reference
Table of Contents

Advertisement

Property (continued)
dockingEnabled
editShortCutsEnabled
enableFlashLingo
exitLock
fileFreeSize
fileSize
fileVersion
fixStageSize
frame
frameLabel
framePalette
frameScript
frameSound1
frameSound2
frameTempo
See also
_movie,
Cast
Player
Represents the core playback engine used to manage and execute the authoring environment,
movies in a window (MIAWs), projectors, and Shockwave Player.
The Player object provides access to all of the movies and windows that it is managing, in
addition to any Xtra extensions that are available.
You can create a reference to the Player object by using the top level
Assign
_player
-- Lingo syntax
objPlayer = _player
// JavaScript syntax
var objPlayer = _player;
Use the
_player
-- Lingo syntax
_player.alert("The movie has ended.")
// JavaScript syntax
_player.alert("The movie has ended.");
108
Chapter 5: Director Core Objects
Library, Member, movie, Player, Sprite,
to a variable.
property directly.
path (Movie)
preferred3dRenderer
preLoadEventAbort
score
scoreSelection
script
sprite (Movie)
stage
timeoutList
traceLoad
traceLogFile
traceScript
updateLock
useFastQuads
xtraList (Movie)
Window
_player
property.

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

This manual is also suitable for:

Director mx 2004

Table of Contents