MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 619

Director scripting reference
Table of Contents

Advertisement

_movie
Usage
-- Lingo syntax
_movie
// JavaScript syntax
_movie;
Description
Top-level property; provides a reference to the Movie object, which represents the currently active
movie within the Director player, and provides access to properties and methods that are available
on a movie level. Read-only.
Example
This statement sets the variable
-- Lingo syntax
objMovie = _movie
// JavaScript syntax
var objMovie = _movie;
This statement uses the
property:
-- Lingo syntax
theTemplate = _movie.displayTemplate
// JavaScript syntax
var theTemplate = _movie.displayTemplate;
See also
Movie
to the
objMovie
property directly to access the value of the
_movie
property:
_movie
displayTemplate
_movie
619

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