The HTML5 video player for the web
npm install flowplayer1. Download Flowplayer
2. Unzip
3. Drop the folder under your server
``html
`
`js
// listen to events on second player
flowplayer(1).bind("load", function (e, api, video) {
}).bind("pause", function (e, api) {
});
// work with jQuery
$(".flowplayer").bind("unload", function (e, api) {
});
`
- Download Open Source Flex SDK, v4.5.1
``
export mxmlc=
cd ./flowplayer # this repository
make flash
Please read the contributing guidelines before reporting issues or submitting patches.
Our automated test suite is sponsored by BrowserStack. Thanks you!
Tests are run on BrowserStack
* Install dependencies: bundle installjava -jar features/support/BrowserStackTunnel.jar -f
* Setup broserstack tunnel: rake username=
* Run cucumber features:
GPL v3 with an ADDITIONAL TERM per GPL Section 7
Copyright (c) 2012 Flowplayer Ltd