Releases: yama-dev/js-player-module-brightcove
Brightcoveカスタムプレーヤー v6.1.2
Brightcoveカスタムプレーヤー v6.0.0
Brightcoveカスタムプレーヤー v5.4.0
adjust PlayerInstance method.
adjust script append setting.
adjust change event. for iOS inline playing.
script tag cache countermeasures.
adjust build setting.
adjust example html
add static functions.
create 'TimeUpdate' event.
create 'VolumeChange' event.
adjust build setting.
Brightcoveカスタムプレーヤー v5.0.0
Brightcoveカスタムプレーヤー v4.0.0
add core player callback.
PlayerInit
PlayerEnded
PlayerPlay
PlayerPause
Brightcoveカスタムプレーヤー v2.7.0
videoのロード完了判定のプロパティを調整
add SeekTo(sec) method.
adjust example html.
Brightcoveカスタムプレーヤー v2.5.0
modify: refactoring js-player-module-brightcove.js (js-dom, js-parse-module)
modify: adjust readme, example-html.
modify: adjust library build setting.
modify: update npm package.
bugfix: mode='audio' & ui_default=false 設定時のバグを調整
Brightcoveカスタムプレーヤー v2.1.0
Adjust
シークバー変更時にメディアチェンジボタンが連動しない挙動を調整
adjust class export.
Remove
round-UI.
Brightcoveカスタムプレーヤー v2.0.11
Add Method.
onイベント、コールバック関数の追加
Play : options.on.Play||'',
Pause : options.on.Pause||'',
Stop : options.on.Stop||'',
StopAll : options.on.StopAll||'',
Change : options.on.Change||''
Brightcoveカスタムプレーヤー v2.0.10
Add Option.
->volume : options.volume || 1
Add Method.
->GetName
->GetDescription
->GetTags
->SetVolume
Adjust Method.
->getinfo
->getposter
Modify
メディア変更ボタンで、VideoIDの保持先を調整、ref:から始まるIDにも対応