<xml>
	<config>
		<!-- URL to the video -->
		<movie>http://article.kiruv.com/videos/Online_KT_Session1_v1-Chanukah_Kenes_2008-Frand-480x360_576Kbps.MP4</movie>
		
		<!-- Aspect ratio of video. Either 4x3 or 16x9 -->
		<!-- FYI- video dimensions must be as follows: 4x3 is 640x480, 16x9 is 640x360. -->
		<aspectratio>4x3</aspectratio>
		
		<!-- URL to skin file for 16x9 videos -->
		<skin16x9>http://article.kiruv.com/videos/skins/Skin16x9.swf</skin16x9>
		
		<!-- URL to skin file for 4x3 videos -->
		<skin4x3>http://article.kiruv.com/videos/skins/Skin4x3.swf</skin4x3>
		
		<!-- Color of the skin (optional)  -->
		<!-- Format is 0xNNNNNN, default is 0x880000  -->
		<skincolor>0x999999</skincolor>
		
		<!-- Transparency of the skin  (optional) -->
		<!-- Format is 0 through 1 (i.e. .5, .8), default is 1  -->
		<skinalpha>.8</skinalpha>
		
		<!-- URL to the image at the front (optional) -->
		<!-- If not supplied, default 'click to play' is used -->
		<preview>http://article.kiruv.com/videos/Movie-Intro-640x480.jpg</preview>
		
		<!-- Scale preview image to fit video box (optional) -->
		<!-- If not set, image is centered in video box -->
		<previewfit>true</previewfit>
		
		<!-- URL to the image at the end (optional) -->
		<!-- If not supplied, nothing is used       -->
		<postview>http://article.kiruv.com/videos/Movie-END-640x480.jpg</postview>
		
		<!-- Scale postview image to fit video box (optional) -->
		<!-- If not set, image is centered in video box -->
		<postviewfit>true</postviewfit>
		
		<!-- URL which is opened when postview pic is clicked. (optional) -->
		<!-- rewind is a special case which plays the video again -->
		<postviewurl>rewind</postviewurl>
		
		<!-- duration - length of video in seconds (optional) -->
		<!-- If not set, or set to 0, then the metadata of the video is used instead -->
		<duration>0</duration>
	</config>
</xml>
