Have a license? Download the commercial player.
Developers: Download source code.
Note: The LongTail AdSolution requires an installation of the JW Player™
Clicking download starts InstallQ™, which manages your installation.
Learn more
The JW Player™ makes it possible to add FLV, H.264, and MP3 content to your site. It's fast, easy, and reliable. And it's fun.
We've partnered with Google's AdSense for Video, ScanScout, YuMe and many more to monetize your videos. Sign up for Longtail's AdSolution and start earning money today.
Tell it what you want your player to look, think, and act like, and it'll do the rest. Check it out. Or, for more help, visit the forum.
Change the JW Player's look & feel to match your site. Design your own or check out our custom skin library.
The JW Player™ works out-of-the-box with Wowza's token system so you can keep grubby mitts off your videos. Learn more about streaming your videos from Wowza.
With plugins, your player can do anything. You can build your own with the Developer SDK and resources or browse our Plugins to pick up Analytics, Viral, Adtonomy, Rate It, and much more.
The JW Player™ works with a number of different playlist formats. Attach it to an RSS feed and keep the content rolling! Learn more at the LongTail Developer Wiki.
For pennies on the dollar, Bits on the Run -- a video CMS -- will help you upload, convert, organize, post, and stream your videos. Get an all-in-one solution.
The JW Player™ is the Internet's most popular and flexible media player. It supports playback of any format the Adobe Flash Player can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF). It also supports RTMP, HTTP, live streaming, various playlists formats, a wide range of settings and an extensive javascript API.
The skinning functionality allows you to completely customize its look and its plugin architecture allows you to easily extend the player with features such as sharing, recommendations, searching, analytics and ad serving.
This section details a step-by-step process of how to install the JW Player™ onto your page. The download ZIP contains everything you need to get started.
Step 1: Transfer the player.swf and swfobject.js file from the ZIP to your website. (Make sure that you've also uploaded all the necessary videos / songs / images to your site.)
Step 2: Embed the player in your HTML page with the lines of code below. Note: If you place the files in different directories, make sure to set the references in this code accordingly.
<p id='preview'>The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','400','300','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=video.flv');
s1.write('preview');
</script>
Notice the flashvars parameter above can contain a list of variables for configuring the player to use different Plugins or Skins. To quickly set up flashvars, use the setup wizard. Simply choose an example, select the variables you want to use and paste the code onto your page. It's that easy.
All documentation of the JW Player can be found in the JW Player Wiki. The Wiki also includes our product roadmap, source code and bug tickets. Here are some direct links:
If you've created a CMS module that embeds the player in an existing CMS (or you've found one online), please submit it here.
Also, make sure to check out one of our many tutorials, which cover topics such as:
LongTail receives a lot of requests for creating customized versions of our player. In most cases, a clever flashvars setting can provide the solution you're looking for, so please check this list of flashvars or the setup wizard. Also, remember we're always expanding the player's functionality, so check out the new features that will be plugged into the next update.
If you still can't find what you're looking for and you're familiar with ActionScript, you can change the player yourself. To get started, we've provided a PDF with clear overview of the application structure. And remember, you can review all the source code from the Wiki.
Here's a list with some frequently-encountered problems.
For additional tips, tricks, information and bug reports, please visit our support forum.