source: trunk/as3/revolt.xml @ 170

Revision 170, 1.5 KB checked in by jeroen, 4 years ago (diff)

completed first version of testing page, made all plugins backward compatible and fixed outstanding 4.4 bugs

Line 
1<plugin>
2        <title>Revolt</title>
3        <filename>revolt.swf</filename>
4        <version>1</version>
5        <compatibility>Compatible with 4.1; flashvars work from 4.4</compatibility>
6        <author>LongTail Video</author>
7        <description>This plugin renders some cool visualizations in the display, great for audio playback. It contains 6 presets. All visualization code is developed by Antti Kupila (www.anttikupila.com).</description>
8        <href>http://developer.longtailvideo.com/trac/browser/plugins/revolt</href>
9
10        <flashvars>
11                <flashvar>
12                        <name>position</name>
13                        <default></default>
14                        <description>Position of the plugin. Over the display by default.</description>
15                </flashvar>
16                <flashvar>
17                        <name>size</name>
18                        <default></default>
19                        <description>Width or height of the plugin when not over the display.</description>
20                </flashvar>
21                <flashvar>
22                        <name>gain</name>
23                        <default>1</default>
24                        <description>Amplicifation of the audio input for building the graphics. Set this higher (e.g. 1.5) for wilder graphics.</description>
25                </flashvar>
26                <flashvar>
27                        <name>simple</name>
28                        <default></default>
29                        <description>When set to "true", the plugin shows a simple waveform instead of the fancy, colorful graphics. The waveform will have the color of the "lightcolor" flashvar of the player.</description>
30                </flashvar>
31                <flashvar>
32                        <name>timeout</name>
33                        <default>10</default>
34                        <description>Timeout in seconds before the preset is swapped. Defaults to 10.</description>
35                </flashvar>
36        </flashvars>
37
38</plugin>
Note: See TracBrowser for help on using the repository browser.