Socket
Socket
Sign inDemoInstall

videojs-swf

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-swf - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

4

package.json
{
"name": "videojs-swf",
"description": "The Flash-fallback video player for video.js (http://videojs.com)",
"version": "4.4.0",
"version": "4.4.1",
"copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video-js-swf/blob/master/LICENSE",

@@ -19,3 +19,3 @@ "keywords": [

"async": "~0.2.9",
"flex-sdk": "4.6.0",
"flex-sdk": "4.6.0-0",
"video.js": "4.3.0",

@@ -22,0 +22,0 @@ "grunt-cli": "~0.1.0",

@@ -9,34 +9,25 @@ The light-weight Flash video player that makes Flash work like HTML5 video. This allows player skins, plugins, and other features to work with both HTML5 and Flash

1. Install Node Packages.
```bash
npm install
```
2. Compile SWF.
Development (places new SWF in /dist/):
```bash
grunt mxmlc
```
Production/ Distribution (runs mxmlc task and copies SWF to dist/):
```bash
grunt dist
```
3. Run Connect Server.
```bash
grunt connect:dev
```
4. Open your browser at [http://localhost:8000/index.html](http://localhost:8000/index.html) to see a video play. You can keep using grunt to rebuild the Flash code.
8. Open your browser at [http://localhost:8000/index.html](http://localhost:8000/index.html) to see a video play. You can keep using grunt to rebuild the Flash code.
Running Unit and Integration Tests
===========
** Notes - We should drop all of this for grunt based / Karma testing.
** Note - We want to drop all of this for grunt based / Karma testing.

@@ -47,9 +38,4 @@ For unit tests, this project uses [FlexUnit](http://flexunit.org/). The unit tests can be found in [project root]/src/com/videojs/test/

In order to run all of the tests, run test.sh.
In order to run all of the tests, use the links at [http://localhost:8000/index.html](http://localhost:8000/index.html)
./test.sh
A copy of the SWF produced for the unit tests will be compiled into the bin-debug folder. Both the unit and integration tests will attempt to run with the 'open' command, or an instruction will be given on how to run them manually.
There are very few tests. Adding to them is a fantastic and much appreciated way to contribute.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc