Package | flash.net |
Class | public final class SharedObjectFlushStatus |
Inheritance | SharedObjectFlushStatus Object |
Language version: | ActionScript 3.0 |
Runtime version: |
SharedObject.flush()
method.
See also
Constant | Defined by | ||
---|---|---|---|
FLUSHED : String = "flushed" [static]
Indicates that the flush completed successfully.
| SharedObjectFlushStatus | ||
PENDING : String = "pending" [static]
Indicates that the user is being prompted to increase disk space for the shared object
before the flush can occur.
| SharedObjectFlushStatus |
FLUSHED | constant |
public static const FLUSHED:String = "flushed"
Language version: | ActionScript 3.0 |
Runtime version: |
Indicates that the flush completed successfully.
See also
PENDING | constant |
public static const PENDING:String = "pending"
Language version: | ActionScript 3.0 |
Runtime version: |
Indicates that the user is being prompted to increase disk space for the shared object before the flush can occur.
See also