ActionScript : ActionScript Classes : MovieClipLoader

Context of the notion in the technology: Document / Topc: ActionScript
Document / Topc: ActionScript Classes
Related Keywords: Action Script Action Script Classes Movie Clip Loader
Help URL: http://livedocs.macromedia.com/flash/8/main/00002538.html


Items Related to MovieClipLoader

Inner Elements of MovieClipLoader

MovieClipLoader contains following items:
  • addListener (add Listener)
  • getProgress (get Progress)
  • loadClip (load Clip)
  • removeListener (remove Listener)
  • unloadClip (unload Clip)
  • onLoadComplete (on Load Complete)
  • onLoadError (on Load Error)
  • onLoadInit (on Load Init)
  • onLoadProgress (on Load Progress)
  • onLoadStart (on Load Start)


ActionScript is an ECMAScript-based programming language used for scripting Macromedia Flash movies and applications. Since both ActionScript and JavaScript are based on the same ECMAScript syntax, fluency in one theoretically translates easily to the other. However, while JavaScript's DOM is browser window, document and form centric, the ActionScript DOM is movie centric, which may include animations, audio, text and event handling.
   -- wikipedia.org

Home