Skip to content

Releases: yama-dev/js-player-module-brightcove

Brightcoveカスタムプレーヤー v6.1.2

11 Oct 10:54

Choose a tag to compare

Brightcoveカスタムプレーヤー v6.0.0

11 Aug 08:33
51f97c2

Choose a tag to compare

Brightcoveカスタムプレーヤー v5.4.0

20 Apr 02:02

Choose a tag to compare

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

20 Dec 09:39

Choose a tag to compare

Brightcoveカスタムプレーヤー v4.0.0

14 Aug 04:24
fb118b7

Choose a tag to compare

add core player callback.
PlayerInit
PlayerEnded
PlayerPlay
PlayerPause

Brightcoveカスタムプレーヤー v2.7.0

29 Jul 02:24
5341b5f

Choose a tag to compare

videoのロード完了判定のプロパティを調整
add SeekTo(sec) method.
adjust example html.

Brightcoveカスタムプレーヤー v2.5.0

02 Feb 09:30
a5982dc

Choose a tag to compare

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

05 Dec 11:35
3cc2fc7

Choose a tag to compare

Adjust
シークバー変更時にメディアチェンジボタンが連動しない挙動を調整
adjust class export.

Remove
round-UI.

Brightcoveカスタムプレーヤー v2.0.11

20 Jul 10:59

Choose a tag to compare

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

09 Jul 08:54

Choose a tag to compare

Add Option.
->volume : options.volume || 1

Add Method.
->GetName
->GetDescription
->GetTags
->SetVolume

Adjust Method.
->getinfo
->getposter

Modify
メディア変更ボタンで、VideoIDの保持先を調整、ref:から始まるIDにも対応