root/tags/imagerotator-3.16/README.HTML

Revision 90, 2.5 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 Image Rotator</title>
6
7        <style type="text/css">
8                body { background-color: #fff; padding: 0 25px; color:#000; font: 13px/18px Arial, sans-serif; }
9                a { color: #360; }
10                h3 { padding-top: 50px; }
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>Here's a simple example of the <a href="http://www.jeroenwijering.com/?item=JW_Image_Rotator">JW Image Rotator</a> embedded in a page. Copy-paste the source code and put the files on your site to get started.</p>
19
20
21
22        <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>
23        <script type="text/javascript" src="swfobject.js"></script>
24        <script type="text/javascript">
25                var s1 = new SWFObject("imagerotator.swf","rotator","400","200","7");
26                s1.addVariable("file","madrid.xml");
27                s1.addVariable("width","400");
28                s1.addVariable("height","200");
29                s1.write("container");
30        </script>
31
32
33
34        <h3>Quickstart</h3>
35        <p>The easiest way to get going with the imagerotator is <a href="http://www.jeroenwijering.com/?page=wizard&example=51">by using 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!</p>
36
37        <h3>Licensing</h3>
38        <p>The Image Rotator 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 for free for noncommercial purposes. For corporate use, <a href="http://www.jeroenwijering.com/?page=order" title="Order commercial licenses">please apply for a 20 euros commercial license</a>!</p>
39
40        <h3>Documentation</h3>
41        <ol>
42                <li>All <a href="http://www.jeroenwijering.com/?item=Supported_Flashvars">supported flashvars</a> (variables) you can set to customize the imagerotator.</li>
43                <li>All <a href="http://www.jeroenwijering.com/?item=Supported_Playlists">supported playlist formats</a> you can use, plus some implementation info.</li>
44                <li>A list <a href="http://www.jeroenwijering.com/?item=Third_Party_Plugins#rotatorplugins" >of all third-party plugins</a> for the Image Rotator.</li>
45                <li>A tutorial on <a href="http://www.jeroenwijering.com/?item=Embedding_Flash"> embedding flash items</a> in your site.</li>
46                <li>A tutorial with <a href="http://www.jeroenwijering.com/?item=Javascript_interaction">all functions of the javascript API</a>.</li>
47        </ol>
48
49</body>
50</html>
Note: See TracBrowser for help on using the browser.