home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / glossary.swf / scripts / __Packages / mx / controls / streamingmedia / StreamingMediaConstants.as < prev    next >
Text File  |  2005-02-24  |  391b  |  14 lines

  1. class mx.controls.streamingmedia.StreamingMediaConstants
  2. {
  3.    static var FLV_MEDIA_TYPE = "FLV";
  4.    static var MP3_MEDIA_TYPE = "MP3";
  5.    static var PLAY_PLAY_CONTROL = "play";
  6.    static var PAUSE_PLAY_CONTROL = "pause";
  7.    static var DEFAULT_VOLUME = 75;
  8.    static var SCRUBBING = true;
  9.    static var DISABLE_FLV_TOEND = true;
  10.    function StreamingMediaConstants()
  11.    {
  12.    }
  13. }
  14.