Loader provides a mechanism to preload Flash content via PreloadJS or internally. Instances are returned to the preloader, and the load method is called when the asset needs to be requested.
handleComplete
Defined in
handleComplete:123
Called from Flash when sound is loaded. Set our ready state and fire callbacks / events
handleErrorerror
Defined in
handleError:133
Receive error event from flash and pass it to callback.
error
Event
handleProgressloaded
total
Defined in
handleProgress:112
called from flash when loading has progress
setFlashflash
Defined in
setFlash:84
Set the Flash instance on the class, and start loading on any instances that had load called before flash was ready
flash
Object
Flash instance that handles loading and playback
_preloadInstances
Defined in
_preloadInstances:76
A list of loader instances that tried to load before _flash was set
flash
Defined in
flash:68
A reference to the Flash instance that gets created.
flashId
Defined in
flashId:55
ID used to facilitate communication with flash. Not doc'd because this should not be altered externally