Flowplayer
For the impatient
- Download Flowplayer
- Unzip
- Drop the folder under your server
Minimal setup
<!-- flowplayer depends on jQuery 1.7.1+ (for now) --> <!-- flowplayer.js --> <!-- player styling --> <!-- player 1 --> <!-- player 2 -->
API Samples
// listen to events on second player; // work with jQuery;
Compiling Flash
- Download Open Source Flex SDK, v4.5.1
export mxmlc=<PATH_TO>/flex_sdk_4.5.1.21328_mpl/bin/mxmlc
cd ./flowplayer # this repository
make flash
Reporting bugs
Please read the contributing guidelines before reporting issues or submitting patches.
Running tests
Our automated test suite is sponsored by BrowserStack. Thanks you!
Running locally
Tests are run on BrowserStack
- Install dependencies:
bundle install
- Setup broserstack tunnel:
java -jar features/support/BrowserStackTunnel.jar -f <your tunnel api key> /path/to/flowplayer/repo
- Run cucumber features:
rake username=<browserstack username> key=<broserstack automate api key> base_url=http://<something>.browserstack.com
License
GPL v3 with an ADDITIONAL TERM per GPL Section 7
Copyright (c) 2012 Flowplayer Ltd