source: plugins/durationlimiter/durationlimiter.xml @ 799

Revision 799, 666 bytes checked in by jeroen, 3 years ago (diff)

added durationlimiter plugin

Line 
1<plugin>
2        <title>Duration Limiter</title>
3        <filename>durationlimiter.swf</filename>
4        <version>1</version>
5        <compatibility>Compatible with 4.1</compatibility>
6        <author>LongTail Video</author>
7        <description>
8                This plugin limits the duration of videos to a fixed number of seconds.
9                It can be used to e.g. show previews of videos in a pay-per-view situation.
10        </description>
11        <href>http://developer.longtailvideo.com/trac/browser/plugins/durationlimiter</href>
12
13        <flashvars>
14                <flashvar>
15                        <name>limit</name>
16                        <default>30</default>
17                        <description>
18                                The duration in seconds the videos will be limited to.
19                        </description>
20                </flashvar>
21        </flashvars>
22
23</plugin>
Note: See TracBrowser for help on using the repository browser.