<?xml version="1.0" encoding="UTF-8" ?>
<!--
	MD Image Gallery v1 | SWF
	Created by David A. Molanphy 2007
	Copyright (c) 2007 Molanphy Design. All rights reserved.

	NOTES:

	libName 		= currently used only for usability, it may become part of a feature in future versions of MD_Gallery. You can omit it if you prefer.
	libType			= choose between "image" or "video"
	itemPath 		= refers to the file name of BOTH the large and thumbnail images. The way to differentiate between the two is determined by the paths set in the MD_Gallery.xml file. 
	itemName 		= Title of the image as represented in the rollover state of a zoomed in (large) image
	swfPath			= What is your swf called?
	swfWidth		= Width of SWF to be displayed
	swfHeight		= Height of SWF to be displayed
	
-->

<library libName="SWFs" libType="swf">

	<item itemPath="swf/flash_01.jpg" itemName="Flash 1" swfPath="flash_01.swf">
		<swfWidth>720</swfWidth>
		<swfHeight>500</swfHeight>
	</item>

<!--
	<item itemPath="swf/flash_02.jpg" itemName="Flash 2" swfPath="flash_02.swf">
		<swfWidth>680</swfWidth>
		<swfHeight>550</swfHeight>
	</item>
-->

	<item itemPath="swf/flash_03.jpg" itemName="Flash 3" swfPath="flash_03.swf">
		<swfWidth>720</swfWidth>
		<swfHeight>500</swfHeight>
	</item>
	
	<item itemPath="swf/flash_04.jpg" itemName="Flash 4" swfPath="flash_04.swf">
		<swfWidth>263</swfWidth>
		<swfHeight>330</swfHeight>
	</item>

	<item itemPath="swf/flash_05.jpg" itemName="Flash 5" swfPath="flash_05.swf">
		<swfWidth>680</swfWidth>
		<swfHeight>550</swfHeight>
	</item>

	<item itemPath="swf/flash_06.jpg" itemName="Flash 6" swfPath="flash_06.swf">
		<swfWidth>750</swfWidth>
		<swfHeight>340</swfHeight>
	</item>



</library>
