1.0.16 • Published 7 years ago

vplyr v1.0.16

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

vPlyr

MIT Licence NPM version npm

A simple, HTML5, FLV media player.

Checkout the demo

Using package managers

npm

npm install vplyr

https://www.npmjs.com/package/vplyr

Quick setup

HTML5 Video

HTML

<video poster="/path/to/poster.jpg" controls src="/path/to/video.mp4"></video>

CSS

Include the vplyr.css stylsheet into your <head>

<link rel="stylesheet" href="dist/vplyr.css">

JavaScript

Include the vplyr.js script before the closing </body> tag and then call new vPlayer(tag,options)

<script src="dist/vplyr.js"></script>
<script>new vPlayer(document.querySelector('video'), { debug: false })</script>

API

Thanks

Copyright and License

The MIT license.

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago