ActionScript : Components Reference : Media

Context of the notion in the technology: Document / Topc: ActionScript
Document / Topc: Components Reference
Related Keywords: Action Script Components Reference Media
Help URL: http://livedocs.macromedia.com/flash/8/main/00003771.html


Items Related to Media

Inner Elements of Media

Media contains following items:
  • activePlayControl (active Play Control)
  • aspectRatio (aspect Ratio)
  • autoPlay (auto Play)
  • autoSize (auto Size)
  • backgroundStyle (background Style)
  • bytesLoaded (bytes Loaded)
  • bytesTotal (bytes Total)
  • contentPath (content Path)
  • controllerPolicy (controller Policy)
  • controlPlacement (control Placement)
  • cuePoints (cue Points)
  • horizontal
  • mediaType (media Type)
  • playheadTime (playhead Time)
  • playing
  • preferredHeight (preferred Height)
  • preferredWidth (preferred Width)
  • totalTime (total Time)
  • volume
  • addCuePoint (add Cue Point)
  • associateController (associate Controller)
  • associateDisplay (associate Display)
  • displayFull (display Full)
  • displayNormal (display Normal)
  • getCuePoint (get Cue Point)
  • pause
  • play
  • removeAllCuePoints (remove All Cue Points)
  • removeCuePoint (remove Cue Point)
  • setMedia (set Media)
  • stop
  • change
  • click
  • complete
  • cuePoint (cue Point)
  • playheadChange (playhead Change)
  • progress
  • scrubbing
  • volume


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