root/tags/mediaplayer-4.4/readme.html

Revision 191, 4.5 kB (checked in by jeroen, 8 months ago)

tagged 4.4 release

  • Property svn:executable set to *
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        <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
24        <!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
25
26        <script type="text/javascript" src="swfobject.js"></script>
27        <script type="text/javascript">
28                swfobject.registerObject("player","9.0.98","expressInstall.swf");
29        </script>
30
31        <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="328" height="200">
32                <param name="movie" value="player.swf" />
33                <param name="allowfullscreen" value="true" />
34                <param name="allowscriptaccess" value="always" />
35                <param name="flashvars" value="file=video.flv&image=preview.jpg" />
36                <object type="application/x-shockwave-flash" data="player.swf" width="328" height="200">
37                        <param name="movie" value="player.swf" />
38                        <param name="allowfullscreen" value="true" />
39                        <param name="allowscriptaccess" value="always" />
40                        <param name="flashvars" value="file=video.flv&image=preview.jpg" />
41                        <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
42                </object>
43        </object>
44
45        <!-- END OF THE PLAYER EMBEDDING -->
46
47
48
49
50        <h3>Licensing</h3>
51        <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>
52
53        <h3>Quickstart</h3>
54        <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>
55
56        <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>
57
58        <h3>Wiki and source code</h3>
59        <p>The developer Wiki contains a wealth of info about the player, including:</p>
60        <ol>
61                <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashFormats">supported file formats</a> (and playlists).</li>
62                <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashVars">supported flashvars</a> (for customizing the player).</li>
63                <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashAPI">supported API calls</a> (for actionscript / javascript interaction).</li>
64                <li>All <a href="http://developer.longtailvideo.com/trac/wiki/FlashSkinning">supported skinning elements</a> (for creating your own graphics).</li>
65                <li>The <a href="http://developer.longtailvideo.com/trac/roadmap/">roadmap with full changelogs</a> for each version.</li>
66        </ol>
67        <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>
68
69        <h3>Next steps</h3>
70        <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>
71        <ol>
72                <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>
73                <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>
74        </ol>
75
76</body>
77</html>
Note: See TracBrowser for help on using the browser.