<plugin>
	<title>Duration Limiter</title>
	<filename>durationlimiter.swf</filename>
	<version>1</version>
	<compatibility>Compatible with 4.1</compatibility>
	<author>LongTail Video</author>
	<description>
		This plugin limits the duration of videos to a fixed number of seconds.
		It can be used to e.g. show previews of videos in a pay-per-view situation.
	</description>
	<href>http://developer.longtailvideo.com/trac/browser/plugins/durationlimiter</href>

	<flashvars>
		<flashvar>
			<name>limit</name>
			<default>30</default>
			<description>
				The duration in seconds the videos will be limited to.
			</description>
		</flashvar>
	</flashvars>

</plugin>