Index of /mediaplayer/jwplayer6

 NameLast modifiedSizeDescription

 Parent Directory   -  
 relacionados/ 2012-11-30 13:09 -  
 skins/ 2012-11-30 12:14 -  
 botondescargavideos.png2012-11-30 12:37 3.2K 
 jwplayer.js 2012-11-30 12:14 60K 
 jwplayer.html5.js 2012-11-30 12:14 128K 
 jwplayer.flash.swf 2012-11-30 12:14 134K 

README: JW Player Pro

README: JW Player Pro

Thank you for downloading the Pro edition of JW Player 6, the world's most popular HTML5/Flash video player! JW Player Pro 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 Pro 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 Pro license also enables you to directly email our support team.

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 Pro for commercial use on a single domain. 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.

Note that we offer two more commercial editions of JW Player, both containing additional functionality:

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).