Index of /players/jwplayer/6

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] skins/ 2012-11-23 00:02 - [   ] playlist.smil 2012-11-22 23:55 372 [TXT] index_xml.html 2012-11-23 00:03 504 [   ] playlist.xml 2012-11-22 23:42 934 [TXT] jwplayer_TC.html 2014-04-14 16:48 1.0K [TXT] README.html 2012-11-23 00:02 5.6K [   ] jwplayer.js 2012-11-23 00:02 60K [   ] jwplayer.html5.js 2012-11-23 00:02 128K [   ] jwplayer.flash.swf 2012-11-23 00:02 134K
README: JW Player Premium

README: JW Player Premium

Thank you for downloading the Premium edition of JW Player 6, the world's most popular HTML5/Flash video player! JW Player Premium features:

See About JW Player for an overview of supported browsers/devices, as well as a more detailed feature list. See Migrating from JW5 to JW6 if you want to learn what changed with this latest release.

Quick Start

Copy the jwplayer folder that contains this README to the wwwroot of your website. Next, include the jwplayer.js script in the <head> of your HTML page. To unlock the Premium edition features, insert your JW Player Key in a second line right below the first one:

<script type="text/javascript" src="/jwplayer/jwplayer.js" ></script>
<script type="text/javascript">jwplayer.key="ABCDEFGHIJKLMOPQ";</script>

Now 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/example.mp4",
        image: "/uploads/example.jpg",
    });
</script>

See the online quickstart guide for a more elaborate description and a few example embeds.

Documentation

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. Your Premium license also enables you to directly email our support team, or call us at +1 (646) 580-6251.

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.

Licensing

Under the terms of our Commercial License, you can deploy your copy of JW Player Premium for commercial use on up to 10 distinct domains. Examples of commercial use include 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.

See the JW Player Pricing page for upgrade and licensing info.

Note JW Player incorporates the AS3 Core library from Mike Chambers (BSD License), the FZIP library from NoChump (Zlib license) and the Block TEA library from Movable Type (CC-BY license).