Go
Not registered? Sign up!

JW FLV Media Player 4.6

Google Translate

For Your Website:

Free JW Player™ Download

  • (?)
  • Download JW FLV Media Player
  • By clicking Download Now, I agree to the noncommercial license.

Try JW Player™ 5 Beta! Download | Docs | Skin Contest

This text will be replaced

Have a license? Download the commercial player.

Developers: Download source code.

Also Available:

The LongTail Video AdSolution

  • Partners Include
  • Google AdWords
  • YuMe
  • ScanScout
  • ...and more!

Note: The LongTail AdSolution requires an installation of the JW Player™

For Your Computer:

The JW Desktop Player

Your Daily Feed of the Web's Videos
Download The Desktop Player

Clicking download starts InstallQ™, which manages your installation.
Learn more

Play Video & Audio on your site.
It's easy.

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.

A built-in AdSolution...
Making $$$ doesn't get easier.

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.

Need a hand?
We've got a Wizard for that.

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.

The Skinning System:
Get sketching, Playcasso.

Change the JW Player's look & feel to match your site. Design your own or check out our custom skin library.

You work hard on your content.
Protect it.

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.

The Plugins System:
Give your player superpowers.

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.

Make a playlist.
Heck, make it dynamic.

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.



Bits on the Run:
Hassle-free video management.

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.


JW Player™ Instructions

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.

Installation

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.

Documentation

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:

Support

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.

  • If you want to play YouTube videos, make sure to upload the yt.swf to the same directory as the player.swf! The yt.swf serves as a small proxy; it is included in the download.
  • Javascript interaction and playing remote files will not work when testing locally due to security restrictions. Also note that JavaScript interaction doesn't work for SWF files inside a <form> tag.
  • True fullscreen only works if you have the Flash Player 9,0,28,0 or higher installed. H264 videos only from version 9.0.98. If you use the SWFObject javascript to embed your player, you can activate the auto-update functionality. And don't forget to set the allowfullscreen set to true in your embed code!
  • If your MP4 files cannot be seeked before they are completely downloaded, the so-called MOOV atom (which contains the seeking information) is located at the end of your video. Check out this little application to parse your videos and fix it.
  • If your MP3 files playback is too fast or too slow, they likely contain variable bit rate encoding or unsupported sample frequencies (eg 48Khz). Please stick to constant bit rate encoding and 11,22,33,44 kHz. If you need a free MP3 encoder, check out iTunes software.
  • If the progress bar isn't running with your FLV file, or if your video dimensions are wrong, your FLV file doesn't have metadata. You can fix this by using this application.
  • If FLV playback doesn't work on a site running off an IIS server, the FLV mime type isn't added to the server. If you're a webserver administrator, here's how to fix it; otherwise contact your sys admin.
  • Loading playlists (or SWF files, ID3 data, etc.) from another web server is not permitted by the Flash Player security model. You can circumvent this by placing a crossdomain.xml file in the root of the website that contains the media files. If you don't have access to the external site, you can use a proxy (example).

For additional tips, tricks, information and bug reports, please visit our support forum.

URL: http://www.longtailvideo.com/players/jw-flv-player/