<macromedia-extension
	name="Fade Image"
	version="1.0"
	type="Command">

	<!-- List the required/compatible products -->
	
	<products>
		<product name="Fireworks" version="6" primary="true" /> 
	</products> 

	<!-- Describe the author -->
	
	<author name="Joseph Lowery" />

	<!-- Describe the extension -->
	
	<description>
	<![CDATA[
	Applies a selected fade pattern to the currently selected objects.
	]]>
	</description>

	<!-- Describe where the extension shows in the UI of the product -->

	<ui-access>
	<![CDATA[
	To use Fade Image, select an object, then choose Commands > Creative > Fade Image. 
	]]>
	</ui-access>

	<!-- Describe the files that comprise the extension -->
	
	<files>
		<file name="Fade Image.swf" destination="$fireworks/configuration/commands/Creative/" />
	</files>

	<!-- Describe the changes to the configuration -->
	
	<configuration-changes>
	</configuration-changes>

</macromedia-extension>