<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
	<name>RSGallery2 Todd Flash Player</name>
	
	<author>rsgallery2.net</author>
	<creationDate>2007</creationDate>
	<copyright>This component is released under the GNU/GPL License</copyright>
	<authorEmail>info@rsgallery2.net</authorEmail>
	<authorUrl>http://rsgallery2.net/</authorUrl>
	<version>0.2</version>
	<description>Generates a Todd flash player to display a gallery from RSGallery2.  Visit the official site for FAQ, support forums and latest news: RSGallery2.net</description>
	<files>
		<filename module="mod_rsg2_toddFlash">mod_rsg2_toddFlash.php</filename>
	</files>
	<params>
		<param name="gid" type="text" default="" label="Gallery ID" description="Enter the ID of the gallery to show.  Check the Gallery Manager in RSGallery2 to find the gallery ID." />
		<param name="imageSize" type="radio" default="display" label="Image Size" description="Choose which size of the image to display.">
			<option value="thumb">Thumbnail</option>
			<option value="display">Display Image</option>
			<option value="original">Original Image</option>
		</param>
		<param name="width" type="text" default="100" label="Gallery ID" description="Width of the flash player." />
		<param name="height" type="text" default="100" label="Gallery ID" description="Height of the flash player." />
		
		<param name="@spacer" type="spacer" default="" label="Do not settings below this line." description="This flash player is buggy.  Reinstall this module to reset to defaults if it stops working." />
		
		<param name="timer" type="text" default="5" label="Timer" description="Number of seconds between each image transition." />
		<param name="order" type="radio" default="sequential" label="Order" description="How you want your images displayed." >
			<option value="sequential">Sequential</option>
			<option value="random">Random</option>
		</param>
		<param name="looping" type="radio" default="yes" label="Looping" description="If in sequential mode, start again after last image." >
			<option value="yes">Yes</option>
			<option value="no">No</option>
		</param>
		<param name="fadeTime" type="text" default="2" label="Fade Time" description="Velocity of image crossfade. Increment for faster fades, decrement for slower. Approximately equal to seconds." />
		<param name="xpos" type="text" default="0" label="x Position" description="x position of all loaded clips." />
		<param name="ypos" type="text" default="0" label="y Position" description="y position of all loaded clips." />
	</params>
</mosinstall>
