linked

Usage

-- Lingo syntax
memberObjRef.linked

// JavaScript syntax
memberObjRef.linked;

Description

Member property; controls whether a script, Flash movie, or animated GIF file is stored in an external file (TRUE, default), or inside the Director cast library (FALSE). Read/write for script, Flash, and animated GIF members, read-only for all other member types.

When the data is stored externally in a linked file, the cast member's pathName property must point to the location where the movie file can be found.

Example

This statement converts Flash cast member "homeBodies" from a linked member to an internally stored member.

-- Lingo syntax
member("homeBodies").linked = 0

// JavaScript syntax
member("homeBodies").linked = 0;

See also

Member


 

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

Current page: http://livedocs.adobe.com/director/mx2004/release_en/09_pr341.htm