Ticket #991 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Implement updates JS interface

Reported by: zach Owned by: zach
Priority: Milestone: HTML5 1.0
Component: Keywords:
Cc: Forum thread:

Description

  • getVersion():String
  • getState():String
  • getPlaylist():Array<Object>
  • getLockState():Boolean
  • getBuffer():Integer
  • getPosition():Integer
  • getDuration():Integer
  • getBandwidth():Integer
  • getLevel():Boolean
  • getWidth():Boolean
  • getHeight():Boolean
  • getVolume():Boolean
  • lock(callback:String);
  • unlock();
  • play();
  • pause();
  • stop();
  • seek(pos);
  • load( *);
    • NOTE: This should support levels,. but exclude webm and ogv
    • URL
    • JSON PlaylistItem
    • Array<JSON playlistitems>
    • Number (Playlist Index)
  • playlistItem(number)
  • playlistNext()
  • playlistPrevious()
  • getFullscreen() (current Flash API: player.config.fullscreen:Boolean)
  • getMute() (current Flash API: player.config.mute:Boolean)
  • mute(state)

Change History

comment:1 Changed 3 years ago by zach

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.