You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2020. It is now read-only.
This project is no longer maintained as Adobe Flash is being End-of-lifed.
The lightweight Flash video player for Video.js. This allows the Video.js player's skins, plugins, and other features to work with both HTML5 and Flash.
This project doesn't need to be used if you simply want to use the Flash tech in Video.js.
<!-- Specifies the minimum player version that will run the compiled SWF. -->
<target-player>10.3</target-player>
<!-- Specifies the version of the compiled SWF -->
<swf-version>12</swf-version>
Run the commands:
npm version {major,minor,patch}
npm publish
The swf and changelog will be automatically built and added to the repo on version.
Running Unit and Integration Tests
** Note - We want to drop all of this for grunt based / Karma testing.
For unit tests, this project uses FlexUnit. The unit tests can be found in [project root]/src/com/videojs/test/
For integration tests, this project uses qunit. The integration tests can be found in [project root]/test