
246
EXTENDING FLASH PROFESSIONAL
flash object (fl)
Last updated 5/2/2011
fl.publishCacheDiskSizeMax
Availability
Flash CS5.5 Professional.
Usage
fl.publishCacheDiskSizeMax
Description
Property: an integer that sets the maximum size, in megabytes, of the publish cache on disk.
Example
The following code sets the maximum publish cache size on disk to 1 megabyte:
fl.publishCacheDiskSizeMax = 1
See also
fl.clearPublishCache(), fl.publishCacheEnabled, “fl.publishCacheMemoryEntrySizeLimit” on
page 246, “fl.publishCacheMemorySizeMax” on page 247
fl.publishCacheEnabled
Availability
Flash CS5.5 Professional.
Usage
fl.publishCacheEnabled
Description
Property: a boolean value that sets whether the publish cache is enabled.
Example
The following code displays whether the published cache is enabled in the Output window.
fl.trace(fl.publishCacheEnabled);
See also
fl.publishCacheDiskSizeMax, fl.clearPublishCache(), “fl.publishCacheMemoryEntrySizeLimit” on
page 246, “fl.publishCacheMemorySizeMax” on page 247
fl.publishCacheMemoryEntrySizeLimit
Availability
Flash CS5.5 Professional.
Comentários a estes Manuais