root/tags/mediaplayer-4.2/readme.html

Revision 90, 3.6 kB (checked in by jeroen, 13 months ago)

tagged 4.2 mediaplayer and 1.0 desktopplayer and removed 4.2 branch

  • 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.jeroenwijering.com/?item=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        <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
25        <script type="text/javascript" src="swfobject.js"></script>
26        <script type="text/javascript">
27                var s1 = new SWFObject("player.swf","ply","328","200","9","#FFFFFF");
28                s1.addParam("allowfullscreen","true");
29                s1.addParam("allowscriptaccess","always");
30                s1.addParam("flashvars","file=video.flv&image=preview.jpg");
31                s1.write("container");
32        </script>
33
34
35
36
37        <h3>Licensing</h3>
38        <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>
39
40        <h3>Quickstart</h3>
41        <p>The easiest way to get to know the player is by using <a href="http://www.jeroenwijering.com/?page=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>
42
43        <h3>Wiki and source code</h3>
44        <p>The <a href="http://code.jeroenwijering.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including:</p>
45        <ol>
46                <li>The <a href="http://code.jeroenwijering.com/trac/roadmap/">roadmap with full changelogs</a> for each version.</li>
47                <li>All <a href="http://code.jeroenwijering.com/trac/wiki/FlashFormats">supported file formats</a> (and playlists).</li>
48                <li>All <a href="http://code.jeroenwijering.com/trac/wiki/FlashVars">supported flashvars</a> (for customizing the player).</li>
49                <li>All <a href="http://code.jeroenwijering.com/trac/wiki/FlashAPI">supported API calls</a> (for actionscript /  javascript interaction).</li>
50                <li>All <a href="http://code.longtailvideo.com/trac/wiki/FlashSkinning">supported skinning elements</a> (for creating your own graphics).</li>
51        </ol>
52        <p>The source code of all different versions of the player can <a href="http://code.jeroenwijering.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files (the small links at the bottom!).</p>
53
54        <h3>Next steps</h3>
55        <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>
56        <ol>
57                <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>
58                <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>
59        </ol>
60
61</body>
62</html>
Note: See TracBrowser for help on using the browser.