User Guide
1082 ActionScript classes
If your SWF file attempts to create or modify local shared objects, make sure that your SWF
file is at least 215 pixels wide and at least 138 pixels high (the minimum dimensions for
displaying the dialog box that prompts users to increase their local shared object storage
limit). If your SWF file is smaller than these dimensions and an increase in the storage limit is
required,
SharedObject.flush() fails, returning "pending" but then calling your
SharedObject.onStatus handler with a result of "SharedObject.Flush.Failed".
Availability: ActionScript 1.0; Flash Player 6
See also
getLocal (SharedObject.getLocal method), flush (SharedObject.flush method),
onStatus (SharedObject.onStatus handler)
Property summary
Properties inherited from class Object
Event summary
Modifiers Property Description
data:Object The collection of attributes assigned to the data
property of the object; these attributes can be shared
and/or stored.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onStatus =
function(infoObj
ect:Object) {}
Invoked every time an error, warning, or informational note is posted for a
shared object.