| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | |
|---|
| 5 | <title>JW Desktop Player</title> |
|---|
| 6 | |
|---|
| 7 | <style type="text/css"> |
|---|
| 8 | body { background-color: #fff; padding: 0 20px; color:#000; font: 13px/18px Arial, sans-serif; } |
|---|
| 9 | a { color: #360; } |
|---|
| 10 | h3 { padding-top: 20px; } |
|---|
| 11 | ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; } |
|---|
| 12 | </style> |
|---|
| 13 | |
|---|
| 14 | </head> |
|---|
| 15 | <body> |
|---|
| 16 | |
|---|
| 17 | <h3>Installation</h3> |
|---|
| 18 | <p>Thanks for downloading! Using the desktopplayer should be fairly straightforward. First, make sure you have installed the <a href="http://get.adobe.com/air/">Adobe AIR</a> runtime. Next, doubleclick the <b>desktopplayer.air</b> file to install the desktopplayer.</p> |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | <h3>Licensing</h3> |
|---|
| 22 | <p>The player is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons License</a>. It allows you to use, modify and redistribute the script, but only for <b>noncommercial</b> purposes. For corporate use, <a href="http://www.jeroenwijering.com/?page=order" title="Order commercial licenses">please apply for a commercial license</a>.</p> |
|---|
| 23 | |
|---|
| 24 | <h3>Quickstart</h3> |
|---|
| 25 | <p>This first version of the player is extremely simple. Just drag and drop any FLV, MP4, MP3, JPG, PNG or GIF file on top of the player and it will instantly play! There's a fullscreen option, and by dragging multiple items at once you create a playlist.</p> |
|---|
| 26 | |
|---|
| 27 | <h3>Wiki and source code</h3> |
|---|
| 28 | <p>The <a href="http://code.jeroenwijering.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including a <a href="http://code.jeroenwijering.com/trac/roadmap/">roadmap with full changelogs</a> for each version and a list of all <a href="http://code.jeroenwijering.com/trac/wiki/FlashFormats">supported file formats</a> (and playlists).</p> |
|---|
| 29 | |
|---|
| 30 | <p>If you want to build your own desktop player on top of this one, the complete source code can <a href="http://code.jeroenwijering.com/trac/browser/tags/desktopplayer-1.0">be found here</a>. You can download a ZIP file (the small links at the bottom!).</p> |
|---|
| 31 | |
|---|
| 32 | <h3>Next steps</h3> |
|---|
| 33 | <p>If you're ready to get professional about online video, check out these two services that take your site to the next level:</p> |
|---|
| 34 | <ol> |
|---|
| 35 | <li><a href="http://www.longtailvideo.com">LongTail Video</a> is a no-nonsense video advertisement network that will increase your traffic and monetize your streams. <a href="http://www.longtailvideo.com.com/signup.asp">Sign up</a>.</li> |
|---|
| 36 | <li><a href="http://www.bitsontherun.com">Bits on the Run</a> is a hassle-free video management system that handles the encoding, streaming and tracking of your videos. <a href="http://www.bitsontherun.com.com/signup">Sign up</a>.</li> |
|---|
| 37 | </ol> |
|---|
| 38 | |
|---|
| 39 | </body> |
|---|
| 40 | </html> |
|---|