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


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr233.htm