MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 768

Director scripting reference
Table of Contents

Advertisement

fileSize
Usage
-- Lingo syntax
_movie.fileSize
// JavaScript syntax
_movie.fileSize;
Description
Movie property; returns the number of bytes in the current movie saved on disk. Read-only.
This is the same number returned when selecting File Properties in Windows or Get Info in the
Macintosh Finder.
Example
This statement displays the number of bytes in the current movie:
-- Lingo syntax
put(_movie.fileSize)
// JavaScript syntax
put(_movie.fileSize);
See also
Movie
fileVersion
Usage
-- Lingo syntax
_movie.fileVersion
// JavaScript syntax
_movie.fileVersion;
Description
Movie property; indicates the version, as a string, of Director in which the movie was last saved.
Read-only.
Example
This statement displays the version of Director that last saved the current movie:
-- Lingo syntax
put(_movie.fileVersion)
// JavaScript syntax
put(_movie.fileVersion);
See also
Movie
768
Chapter 14: Properties

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