Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
README.html | 2020-04-23 10:26 | 8.0K | ||
jwplayer.flash.swf | 2020-04-23 10:26 | 139K | ||
jwplayer.html5.js | 2020-04-23 10:26 | 131K | ||
jwplayer.js | 2020-04-23 10:26 | 41K | ||
Thank you for downloading JW Player 6, the world's most popular HTML5/Flash video player! See About JW Player for an overview of supported browsers/devices, as well as a more detailed feature list. See the Release Notes if you want to learn what changed with this latest release.
Copy the jwplayer folder that contains this README to the www root of your website. Next, include the jwplayer.js script in the <head> of your HTML page.
If you have purchased the Pro, Premium or Ads edition of JW Player, its features can be activated by inserting your server-less JW Player license key in the second line:
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script> <script type="text/javascript">jwplayer.key="ABCDEFGHIJKLMOPQ";</script>
Note: A key is not required to use the Free edition, but will still be available from your JW Player Account. Including your key will enable the free JW Player Analytics for your account.
When the script and key are set, scroll down to the <body> of your HTML page and insert the JW Player embed code at the place you want your video to appear:
<div id="myElement">Loading the player...</div> <script type="text/javascript"> jwplayer("myElement").setup({ file: "/uploads/myVideo.mp4", image: "/uploads/myPoster.jpg" }); </script>
See Embedding JW Player for a more elaborate description of options and some example embeds.
Note two very common issues prevent smooth video playback in Internet Explorer 9/10. First, you need to set <!DOCTYPE html> to prevent triggering IE's compatibility mode. Second, your videos must be served with the video/mp4 mimetype. Not doing so will cause IE not to play them. See our troubleshooting guide for more common issues.
If you have purchased the Premium or Ads edition of the player, your player includes a set of Premium skins. These skins can be downloaded from your JW Player Account, but you can also load them off our CDN by simply inserting the skin name:
skin: "bekle"
See Using JW Player Skins for more info.
If you need help, the LongTail Support Community contains a wealth of information, including guides on:
Visit our Support Forums for setup problems, bug reports or suggestions for new features or enhancements. The forums are very active and frequently visited by members of the JW Player development team. Please see your JW Player Account for more information on obtaining technical support.
Follow the LongTail Video Blog for news on the JW Player and online video in general. We frequently publish posts on topics such as HTML5, video SEO, H.264, VAST advertising, etc. You can also follow us on Twitter or like us on Facebook to stay connected.
Please be aware that each player edition has its own license:
Examples of commercial use includes websites with any advertisements, websites owned or operated by businesses, websites designed to promote products or services, and tools (e.g. a CMS) that bundle JW Player in their offering.
Note all editions of JW Player incorporate the Block TEA library from Movable Type (CC-BY license).