2.5.10 • Published 4 years ago

flowplayer-files v2.5.10

Weekly downloads
24
License
SEE LICENSE IN li...
Repository
github
Last release
4 years ago

Flowplayer files v2.5.9

flowplayer logo

Contains the main files needed to get started with Flowplayer

https://flowplayer.com/features/player

Files downloaded from: https://flowplayer.com/developers/player/embedding#host-player-assets-on-your-own...

Use

You can include plugins like this:

import flowplayer from 'flowplayer-files/lib/flowplayer.min.js';
import chromecast from 'flowplayer-files/lib/plugins/chromecast.min.js';
import cuepoints from 'flowplayer-files/lib/plugins/cuepoints.min.js';
import subtitles from 'flowplayer-files/lib/plugins/subtitles.min.js';

flowplayer.extensions.push(chromecast);
flowplayer.extensions.push(cuepoints);
flowplayer.extensions.push(subtitles);

const api = flowplayer('.player', config);
2.5.10

4 years ago

2.5.9

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.8

5 years ago