RetryableLoad
| Kind of class: | class |
|---|---|
| Inherits from: | Load < EventDispatcher < CoreObject |
| Implements: | |
| Known subclasses: | |
| Version: | 12/22/06 |
| Author: | Aaron Clinger |
| Classpath: | org.casaframework.load.base.RetryableLoad |
| File last modified: | Wednesday, 07 March 2007, 14:18:31 |
Retryable load class. Class needs to be extended further to function properly.
Since:
Flash Player 7
Events broadcast to listeners:
onLoadRetry = function (sends:RetryableLoad, attempts:Number) {} Summary
Class properties
Class properties inherited from Load
Instance properties
Instance properties inherited from Load
Instance properties inherited from EventDispatcher
Instance properties inherited from CoreObject
Instance methods
Instance methods inherited from Load
Instance methods inherited from EventDispatcher
Instance methods inherited from CoreObject
Class properties
EVENT_LOAD_RETRY
static EVENT_LOAD_RETRY:String = 'onLoadRetry'
(read,write)
loadRetries
static loadRetries:Number = 2
(read,write)
Instance methods
destroy
function destroy (
) : Void
Removes any internal variables, intervals, enter frames, internal MovieClips and event observers to allow the object to be garbage collected.
Always call
#Always call
destroy() before deleting last object pointer.Overrides:
Specified by: