362
Objects
projectItem.isMissing
Availability
Flash 8.
Usage
projectItem.isMissing
Description
Read-only property; a Boolean value that specifies whether a file is missing from the disk (for
example, if the item has been moved, deleted or renamed).
Example
The following example displays a message in the Output panel that indicates whether a
specific file is on the disk in the expected folder.
var item = fl.getProject().findProjectItem("file:///C|/Projects/files/
DynamicHighAscii.fla");
fl.trace("DynamicHighAscii.fla is missing: " + item.isMissing);
See also
fl.getProject()
,
project.findProjectItem()
,
project.items
projectItem.itemURI
Availability
Flash 8.
Usage
projectItem.itemURI
Description
Read-only property; a string, specified as a file:/// URI, that specifies the path and name of
the project item. Folder items contain an empty string ("").
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...