| Package | flash.net |
| Class | public final class SharedObjectFlushStatus |
| Inheritance | SharedObjectFlushStatus Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
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 Versions: | AIR 1.0 Flash Player 9 |
Indicates that the flush completed successfully.
See also
| PENDING | Constant |
public static const PENDING:String = "pending"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
Indicates that the user is being prompted to increase disk space for the shared object before the flush can occur.
See also