<?xml version="2.5" encoding="utf-8"?>
<install type="module" version="1.5.0">
	<name>Flash Rotator</name>
	<author>Joomlashack</author>
	<creationDate>Aug 2007</creationDate>
	<copyright>(C) 2005 - 2007 Joomlashack LLC</copyright>
	<license>http://creativecommons.org/licenses/by-nc-sa/2.0/</license>
	<authorEmail>joomlashack@gmail.com</authorEmail>
	<authorUrl>www.joomlashack.com</authorUrl>
	<version>1.5.0</version>
	<description>Thanks for installing the Flash Rotator module v2.5 from Joomlashack. This module displays a dynamic transitional slideshow from a selection of JPG, GIF, or PNG images. The first thing you want to do is decide how many images will appear in your movie, then set this number in the Number of Images parameter. If you don't use all 15, you can just ignore the unused parameters but they must be in sequence.Name your images whatever you like, and upload into the modules/mod_flashrotator/js_flashrotator/img/ folder. Lastly, be sure to set permissions to 777.
	</description>
	<files>
	<filename module="mod_flashrotator">mod_flashrotator.php</filename>
	<filename module="mod_flashrotator">js_flashrotator/img/image1.png</filename>
	<filename module="mod_flashrotator">js_flashrotator/img/image2.png</filename>
	<filename module="mod_flashrotator">js_flashrotator/img/image3.png</filename>
	<filename module="mod_flashrotator">js_flashrotator/img/image4.png</filename>
	<filename module="mod_flashrotator">js_flashrotator/flashrotator.swf</filename>
	<filename module="mod_flashrotator">js_flashrotator/swfobject.js</filename>
	</files>
<params>
	<param name="debug" type="radio" default="2" label="Debug" description="If you're having problems here, you can choose to temporarily show the output of the module configuration for debugging purposes." >
		<option value="1">Yes</option>
		<option value="2">No</option>
	</param>
		<param name="width" type="text" default="620px" label="Width (px)" description="Movie width (forces all images to be displayed with this width)" />
		<param name="height" type="text" default="160px" label="Height (px)" description="Movie height (forces all images to be displayed with the height)" />
		<param name="backcolor" type="text" default="333333" label="Movie background Color" description="The background color for your movie (shows in bgfade)" />
		<param name="rotatetime" type="text" default="3" label="Tween Time" description="Set this number to the desired amount in seconds to tween in between images" />
		<param name="transition" type="list" default="fade" label="Transition Effect" description="Select the transition you wish to apply to the flash object.">
			<option value="random">Random Transition</option>
			<option value="slowfade">Slow Fade</option>
			<option value="bgfade">Background Fade</option>
			<option value="fade">Crossfade Transition</option>
			<option value="fluids">Fluid Transition</option>
			<option value="blocks">Blocks Transition</option>
			<option value="circles">Circular Transition</option>
			<option value="bubbles">Bubbles Transition</option>
			<option value="lines">Lines Transition</option>
		</param>
		<param name="kenburns" type="radio" default="2" label="Ken Burns Effect" description="A pan and zoom effect">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="autostart" type="radio" default="1" label="Autostart" description="Starts the transisition automatically. If set to 'True', the Repeat setting must also be set to 'True' or 'Once'">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="repeat" type="radio" default="1" label="Repeat" description="The player can stop playback after every item to preserve bandwidth (repeat=false). You can set this to 'list' to playback all items in the playlist once, or to 'Yes' to continously playback your sequence.">
			<option value="1">Yes</option>
			<option value="2">No</option>
			<option value="3">Once</option>
		</param>
		<param name="shuffle" type="radio" default="2" label="Shuffle" description="Shuffles randomly through entries">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="shownavigation" type="radio" default="1" label="Show Navigation" description="Select if you would like navigation to appear in your movie">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="showicons" type="radio" default="2" label="Show Icons" description="Shows a playhead icon when the transition is stopped. This is used primarily when images are not linkable and autoplay/repeat is disabled. Clicking the Icon will adcance to the next image">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="linkfromdisplay" type="radio" default="1" label="Images Linkable" description="Images treated as links.">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="linktarget" type="radio" default="1" label="Launch links in blank window" description="Determines the window which links will launch.">
			<option value="1">Yes</option>
			<option value="2">No</option>
		</param>
		<param name="frontcolor" type="text" default="FFFFFF" label="Text Color" description="Texts / buttons color of the player/rotator. (*when Show Navigation is set to true*)" />
		<param name="lightcolor" type="text" default="CCCCCC" label="Text Over Color" description="Rollover/ active color of the player/rotator. (*when Show Navigation is set to true*)" />
		<param name="overstretch" type="list" default="3" label="Scaling Method" description="Defines how to stretch images/movies to make them fit the display. 'Yes' will stretch them proportionally to fill the display, 'No' will stretch them to fit. 'fit' will stretch them disproportionally to fit both height and width. 'none' will show all items in their original dimensions.">
        <option value="0">Yes</option>
        <option value="1">No</option>
        <option value="2">Fit</option>
        <option value="3">None</option>
		</param>
		</params>
		
		<params group="advanced">
		<param name="numberimg" type="list" default="4" label="Number of Images" description="Number of images to include in the rotator. Requires Save." >
		<option value="3">3</option>
		<option value="4">4</option>
		<option value="5">5</option>
		<option value="6">6</option>
		<option value="7">7</option>
		<option value="8">8</option>
		<option value="9">9</option>
		<option value="10">10</option>
		<option value="11">11</option>
		<option value="12">12</option>
		<option value="13">13</option>
		<option value="14">14</option>
		<option value="15">15</option>
		</param>
		<param name="title1" type="text" default="The Flash Image Rotator module is now 1.5 Ready!" label="Title 1" description="Image Title" size="35" />
		<param name="link1" type="text" default="http://www.joomlashack.com" label="Link 1" description="A URL to redirect to when clicked" size="35" />
		<param name="image1" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="image1.png" label="Image 1" description="Choose the image to be used" />
		<param name="title2" type="text" default="Your CMS just got even better! Upload your images and GO!" label="Title 2" description="Image Title" size="35" />
		<param name="link2" type="text" default="http://www.joomlashack.com" label="Link 2" description="A URL to redirect to when clicked" size="35" />
		<param name="image2" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="image2.png" label="Image 2" description="Choose the image to be used" />
		<param name="title3" type="text" default="NEW transitions and stunning Ken Burns effects for your photos!" label="Title 3" description="Image Title" size="35" />
		<param name="link3" type="text" default="http://www.joomlashack.com" label="Link 3" description="A URL to redirect to when clicked" size="35" />
		<param name="image3" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="image3.png" label="Image 3" description="Choose the image to be used" />
		<param name="title4" type="text" default="This is a FREE module only from Joomlashack!" label="Title 4" description="Image Title" size="35" />
		<param name="link4" type="text" default="http://www.joomlashack.com" label="Link 4" description="A URL to redirect to when clicked" size="35" />
		<param name="image4" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="image4.png" label="Image 4" description="Choose the image to be used" />
		<param name="title5" type="text" default="Image 5 Title" label="Title 5" description="Image Title" size="35" />
		<param name="link5" type="text" default="http://www.joomlashack.com" label="Link 5" description="A URL to redirect to when clicked" size="35" />
		<param name="image5" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 5" description="Choose the image to be used" />
		<param name="title6" type="text" default="Image 6 Title" label="Title 6" description="Image Title" size="35" />
		<param name="link6" type="text" default="http://www.joomlashack.com" label="Link 6" description="A URL to redirect to when clicked" size="35" />
		<param name="image6" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 6" description="Choose the image to be used" />
	    <param name="title7" type="text" default="Image 7 Title" label="Title 7" description="Image Title" size="35" />
		<param name="link7" type="text" default="http://www.joomlashack.com" label="Link 7" description="A URL to redirect to when clicked" size="35" />
		<param name="image7" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 7" description="Choose the image to be used" />
	    <param name="title8" type="text" default="Image 8 Title" label="Title 8" description="Image Title" size="35" />
		<param name="link8" type="text" default="http://www.joomlashack.com" label="Link 8" description="A URL to redirect to when clicked" size="35" />
		<param name="image8" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 8" description="Choose the image to be used" />
	    <param name="title9" type="text" default="Image 9 Title" label="Title 9" description="Image Title" size="35" />
		<param name="link9" type="text" default="http://www.joomlashack.com" label="Link 9" description="A URL to redirect to when clicked" size="35" />
		<param name="image9" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 9" description="Choose the image to be used" />
	    <param name="title10" type="text" default="Image 10 Title" label="Title 10" description="Image Title" size="35" />
		<param name="link10" type="text" default="http://www.joomlashack.com" label="Link 10" description="A URL to redirect to when clicked" size="35" />
		<param name="image10" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 10" description="Choose the image to be used" />
		<param name="title11" type="text" default="Image 11 Title" label="Title 11" description="Image Title" size="35" />
		<param name="link11" type="text" default="http://www.joomlashack.com" label="Link 11" description="A URL to redirect to when clicked" size="35" />
		<param name="image11" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 11" description="Choose the image to be used" />
	    <param name="title12" type="text" default="Image 12 Title" label="Title 12" description="Image Title" size="35" />
		<param name="link12" type="text" default="http://www.joomlashack.com" label="Link 12" description="A URL to redirect to when clicked" size="35" />
		<param name="image12" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 12" description="Choose the image to be used" />
		<param name="title13" type="text" default="Image 13 Title" label="Title 13" description="Image Title" size="35" />
		<param name="link13" type="text" default="http://www.joomlashack.com" label="Link 13" description="A URL to redirect to when clicked" size="35" />
		<param name="image13" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 13" description="Choose the image to be used" />
		<param name="title14" type="text" default="Image 14 Title" label="Title 14" description="Image Title" size="35" />
		<param name="link14" type="text" default="http://www.joomlashack.com" label="Link 14" description="A URL to redirect to when clicked" size="35" />
		<param name="image14" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 14" description="Choose the image to be used" />
		<param name="title15" type="text" default="Image 15 Title" label="Title 15" description="Image Title" size="35" />
		<param name="link15" type="text" default="http://www.joomlashack.com" label="Link 15" description="A URL to redirect to when clicked" size="35" />
		<param name="image15" type="imagelist" directory="/modules/mod_flashrotator/js_flashrotator/img" hide_none="1" default="" label="Image 15" description="Choose the image to be used" />
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
</params>
</install>
