source: gs2-extensions/video/trunk/web/flash/jwplayer/readme.html@ 22104

Last change on this file since 22104 was 22104, checked in by max, 14 years ago

Add the flash multimedia player JWPlayer.

File size: 6.0 KB
Line 
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 <h1>Welcome to the World of LongTail Video</h1>
18 <p>Thanks for downloading the JW FLV Player, just one of many products created by Jeroen "JW" Wijering and his company, <a href="http://www.longtailvideo.com">LongTail Video</a>. Before you get started, let us tell you about a few other products that might interest you:</p>
19
20<ul>
21<li><a href="http://www.longtailvideo.com/players/jw-desktop-player/">Desktop Player</a> - Our sleek new desktop player is the best way to watch all your music and video files. Plus, you can even search the web for videos without ever opening your browser. <a href="http://www.longtailvideo.com/players/jw-desktop-player/">Download it now</a>.</li>
22<li><a href="http://www.longtailvideo.com/referral.aspx?page=pubreferral&ref=oryixfvlxlptwph">AdSolution</a> - Monetize your videos with LongTail's AdSolution. Integrate pre-roll, overlay mid-roll and post-roll ads into your site and starting making money today. <a href="http://www.longtailvideo.com/referral.aspx?page=pubreferral&ref=oryixfvlxlptwph">Sign up now</a>.</li>
23<li><a href="http://www.bitsontherun.com/via/longtailvideo">Bits on the Run</a> - Upload, encode, store, manage and stream your videos with Bits on the Run, LongTail's end-to-end video content management system. <a href="http://www.bitsontherun.com/via/longtailvideo">Sign up now</a>.</li>
24<li><a href="http://www.longtailvideo.com/addons/plugins">Plugins</a> - Add functionality to your player, like analytics tracking, embed links, sharing and more. <a href="http://www.longtailvideo.com/addons/plugins">Find one for you</a>.</li>
25<li><a href="http://www.longtailvideo.com/addons/skins">Skins</a> - Change the look of your player to match your site. <a href="http://www.longtailvideo.com/addons/skins">View our library</a>.</li>
26</ul>
27
28
29 <h3>Licensing</h3>
30 <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. Examples of <b>commercial use</b> include:
31
32 <ul>
33 <li>websites with any advertisements; </li>
34 <li>websites owned or operated by corporations; </li>
35 <li>websites designed to promote other products, such as a band or artist;</li>
36 <li>products (e.g. a CMS) that bundle LongTail products into its offering. </li>
37 </ul>
38
39 If any of the above conditions apply to you, <a href="http://www.longtailvideo.com/players/order" title="Order commercial licenses">please apply for a commercial license</a> now. If you are still unsure whether you need to purchase a license, please <a href="http://www.longtailvideo.com/forum/">post your question</a> in the forum. </p>
40
41 <h3>Player Example</h3>
42 <p>Below you see a simple embedded example of the JW Player. Copy and paste the source code and put the SWF, JS and FLV file on your site to get started.</p>
43
44 <!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
45
46 <script type="text/javascript" src="swfobject.js"></script>
47 <script type="text/javascript">
48 swfobject.registerObject("player","9.0.98","expressInstall.swf");
49 </script>
50
51 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="328" height="200">
52 <param name="movie" value="player.swf" />
53 <param name="allowfullscreen" value="true" />
54 <param name="allowscriptaccess" value="always" />
55 <param name="flashvars" value="file=video.flv&image=preview.jpg" />
56 <object type="application/x-shockwave-flash" data="player.swf" width="328" height="200">
57 <param name="movie" value="player.swf" />
58 <param name="allowfullscreen" value="true" />
59 <param name="allowscriptaccess" value="always" />
60 <param name="flashvars" value="file=video.flv&image=preview.jpg" />
61 <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
62 </object>
63 </object>
64
65 <!-- END OF THE PLAYER EMBEDDING -->
66
67
68 <h3>Quickstart</h3>
69 <p>The easiest way to get to know the player is by using our <a href="http://www.longtailvideo.com/support/jw-player-setup-wizard">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 or player-viral.swf.</p>
70
71 <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>
72
73 <h3>Wiki and Source Code</h3>
74 <p>The <a href="http://developer.longtailvideo.com">Developer Wiki</a> contains a wealth of info about the player, including:</p>
75 <ol>
76 <li><a href="http://developer.longtailvideo.com/trac/wiki/FlashFormats">Supported file formats</a> (and playlists).</li>
77 <li><a href="http://developer.longtailvideo.com/trac/wiki/FlashVars">Supported flashvars</a> (for customizing the player).</li>
78 <li><a href="http://developer.longtailvideo.com/trac/wiki/FlashAPI">Supported API calls</a> (for actionscript / javascript interaction).</li>
79 <li><a href="http://developer.longtailvideo.com/trac/wiki/FlashSkinning">Supported skinning elements</a> (for creating your own graphics).</li>
80 <li><a href="http://developer.longtailvideo.com/trac/roadmap/">Roadmap with full changelogs</a> for each version.</li>
81 </ol>
82 <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 are at the bottom).</p>
83
84</body>
85</html>
Note: See TracBrowser for help on using the repository browser.