| 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 Player for Flash</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>Example</h3> |
|---|
| 18 | <p>Thanks for downloading! Below you see a simple embedded example of the <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW Player</a>. Copy-paste the source code and put the SWF, JS and FLV file on your site to get started.</p> |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div> |
|---|
| 24 | <script type="text/javascript" src="swfobject.js"></script> |
|---|
| 25 | <script type="text/javascript"> |
|---|
| 26 | var s1 = new SWFObject("player.swf","ply","328","200","9","#FFFFFF"); |
|---|
| 27 | s1.addParam("allowfullscreen","true"); |
|---|
| 28 | s1.addParam("allowscriptaccess","always"); |
|---|
| 29 | s1.addParam("flashvars","file=video.flv&image=preview.jpg"); |
|---|
| 30 | s1.write("container"); |
|---|
| 31 | </script> |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | <h3>Licensing</h3> |
|---|
| 37 | <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.longtailvideo.com/players/order" title="Order commercial licenses">please apply for a commercial license</a>.</p> |
|---|
| 38 | |
|---|
| 39 | <h3>Quickstart</h3> |
|---|
| 40 | <p>The easiest way to get to know the player is by using <a href="http://www.longtailvideo.com/support/jw-player-setup-wizard">the setup wizard</a>. Select an example, set the file or playlist you want to play and copy-paste the embed code to your site. If you want to play Youtube content in the player, you also have to copy the <b>yt.swf</b> file along with the player.swf.</p> |
|---|
| 41 | |
|---|
| 42 | <p>If you need any help, please visit our extensive support section, including <a href="http://www.longtailvideo.com/support/faq">FAQs</a>, a string of <a href="http://www.longtailvideo.com/support/tutorials">tutorials</a> and a very active <a href="http://www.longtailvideo.com/support/forum">support forum</a>.</p> |
|---|
| 43 | |
|---|
| 44 | <h3>Wiki and source code</h3> |
|---|
| 45 | <p>The developer Wiki contains a wealth of info about the player, including:</p> |
|---|
| 46 | <ol> |
|---|
| 47 | <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashFormats">supported file formats</a> (and playlists).</li> |
|---|
| 48 | <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashVars">supported flashvars</a> (for customizing the player).</li> |
|---|
| 49 | <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashAPI">supported API calls</a> (for actionscript / javascript interaction).</li> |
|---|
| 50 | <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashSkinning">supported skinning elements</a> (for creating your own graphics).</li> |
|---|
| 51 | <li>The <a href="http://developer.longtailvideo.com/trac/roadmap/">roadmap with full changelogs</a> for each version.</li> |
|---|
| 52 | </ol> |
|---|
| 53 | <p>The source code of all different versions of the player can <a href="http://developer.longtailvideo.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files (the links at the bottom).</p> |
|---|
| 54 | |
|---|
| 55 | <h3>Next steps</h3> |
|---|
| 56 | <p>If you're ready to get professional about online video, check out our additional services, which take your site to the next level:</p> |
|---|
| 57 | <ol> |
|---|
| 58 | <li><a href="http://www.longtailvideo.com/adsolution">Our AdSolution</a> is a no-nonsense video advertisement network that will increase your traffic and monetize your streams. <a href="https://dashboard.longtailvideo.com/signup.aspx">Sign up</a> for free.</li> |
|---|
| 59 | <li><a href="http://www.bitsontherun.com">Bits on the Run</a> is a hassle-free video CMS that handles the encoding, streaming and tracking of your videos. <a href="http://www.bitsontherun.com.com/signup">Sign up</a> for free.</li> |
|---|
| 60 | </ol> |
|---|
| 61 | |
|---|
| 62 | </body> |
|---|
| 63 | </html> |
|---|