preLoadEventAbort

Usage

-- Lingo syntax
_movie.preLoadEventAbort

// JavaScript syntax
_movie.preLoadEventAbort;

Description

Movie property; specifies whether pressing keys or clicking the mouse can stop the preloading of cast members (TRUE) or not (FALSE, default). Read/write.

Setting this property affects the current movie.

Example

This statement lets the user stop the preloading of cast members by pressing keys or clicking the mouse button:

-- Lingo syntax
_movie.preLoadEventAbort = TRUE

// JavaScript syntax
_movie.preLoadEventAbort = true;

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