//播放
jwplayer().play()

//暂停
jwplayer().pause()

//获取视频播放位置
jwplayer.getPosition()

//获取视频总时长
jwplayer().getDuration()