MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 362

Extending flash
Table of Contents

Advertisement

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 ("").
362
Objects

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents