onload callback
undefined Copy
undefined
loader
since 18.2.0 - Use the event.LOADER_COMPLETE event or the onloadcb parameter of loader.preload instead.
onloadcb
// use the LOADER_COMPLETE event insteadme.event.on(me.event.LOADER_COMPLETE, this.loaded.bind(this)); Copy
// use the LOADER_COMPLETE event insteadme.event.on(me.event.LOADER_COMPLETE, this.loaded.bind(this));
onload callback