Fl.publishcachedisksizemax, Fl.publishcacheenabled, Fl.publishcachememoryentrysizelimit – Adobe Extending Flash Professional CS5 User Manual
Page 268: Fl.publishcachememoryentrysizelim it
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.publishCacheMemoryEntrySizeLimit
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.publishCacheMemoryEntrySizeLimit
fl.publishCacheMemoryEntrySizeLimit
Availability
Flash CS5.5 Professional.