<h3>Example</h3>
<p>Here's a simple example of the <a href="http://www.longtailvideo.com/players/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>
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>
<script type="text/javascript" src="http://www.teamlead.ru/download/attachments/458754/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("http://www.teamlead.ru/download/attachments/458754/imagerotator.swf","rotator","600400","400300","73");
s1.addVariable("transition","blocks");
s1.addVariable("usefullscreen","false");
s1.addVariable("shownavigation","false");
s1.addVariable("showicons","false");
s1.addVariable("overstretch","false");
s1.addVariable("rotatetime","5");
s1.addVariable("file","http://www.teamlead.ru/download/attachments/458754/madrid.xml");
s1.addVariable("width","600400");
s1.addVariable("height","400300");
s1.write("container");
</script>
<h3>Quickstart</h3>
<p>The easiest way to get going with the imagerotator is by copy-pasting the source code of this page to your site. Also make sure to copy-paste the .swf, .js and .xml file to your website. Plus your images of course...</p>
<h3>Licensing</h3>
<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.longtailvideo.com/players/order" title="Order commercial licenses">please apply for a commercial license</a>!</p>
<h3>Documentation</h3>
<ol>
<li>All <a href="http://developer.longtailvideo.com/trac/wiki/ImageRotatorVars">supported flashvars</a> (variables) you can set to customize the imagerotator.</li>
<li>All <a href="http://developer.longtailvideo.com/trac/wiki/ImageRotatorFiles">supported playlist formats</a> you can use, plus some implementation info.</li>
<li>A tutorial on <a href="http://www.longtailvideo.com/support/tutorials/Embedding-Flash"> embedding flash items</a> in your site.</li>
<li>A tutorial with <a href="http://developer.longtailvideo.com/trac/wiki/FlashApi">all functions of the javascript API</a>.</li>
</ol>
|