fileFreeSize

Usage

-- Lingo syntax
_movie.fileFreeSize

// JavaScript syntax
_movie.fileFreeSize;

Description

Movie property; returns the number of unused bytes in the current movie caused by changes to the cast libraries and cast members within a movie. Read-only.

The Save and Compact and Save As commands rewrite the file to delete this free space.

When the movie has no unused space, fileFreeSize returns 0.

Example

This statement displays the number of unused bytes that are in the current movie:

-- Lingo syntax
put(_movie.fileFreeSize)

// JavaScript syntax
put(_movie.fileFreeSize);

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_pr229.htm