class flash.net.SharedObjectFlushStatus
Available on all platforms
The SharedObjectFlushStatus class provides values for the code returned * from a call to the SharedObject.flush() method.
SharedObject.flush()
static var FLUSHED:String
Indicates that the flush completed successfully.
static var PENDING:String
Indicates that the user is being prompted to increase disk space for the * shared object before the flush can occur.
function new():Void