MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 236

Extending flash
Table of Contents

Advertisement

Parameters
A Boolean value that specifies whether to enable (
) or disable
bEnableUpdates
true
(
) immediate visual updates of the timeline when executing effects.
false
Returns
Nothing.
Description
Method; lets the script developer enable immediate visual updates of the timeline when
executing effects. Immediate updates are normally suppressed so the user does not see
intermediate steps that can be visually distracting and can make the effect appear to take
longer than necessary. This method is purely for debugging purposes and should not be used
in effects that are deployed in the field. After the effect completes, the internal state is reset to
suppress immediate updates.
Example
The following example enables immediate updates.
fl.enableImmediateUpdates(true) ;
fl.trace("Immediate updates are enabled");
fl.fileExists()
Availability
Flash MX 2004.
Usage
fl.fileExists( fileURI )
Parameters
A string, expressed as a file:/// URI, that contains the path to the file.
fileURI
Returns
A Boolean value:
if the file exists on disk;
otherwise.
true
false
Description
Method; checks whether a file already exists on disk.
236
Objects

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents