source: plugins/captions/v5/captions.xml @ 1293

Revision 1293, 1.4 KB checked in by jeroen, 3 years ago (diff)

2.0 version of captions plugin (jw5 API)

  • Property svn:executable set to *
Line 
1<plugin>
2        <title>Captions</title>
3        <filename>captions.swf</filename>
4        <version>1</version>
5        <compatibility>Compatible with 4.2; controlbar button works from 4.3; back/fontsize/state flashvars work from 4.4; dock button works from 4.5</compatibility>
6        <author>LongTail Video</author>
7        <description>This plugin plays closed captions with a video.
8                For the 4.3 player or higher, the plugin will place a  button in the controlbar.
9                For the 4.5 button or higher, the plugin can also place a button in the dock.
10        </description>
11        <href>http://developer.longtailvideo.com/trac/browser/plugins/captions</href>
12
13        <flashvars>
14                <flashvar>
15                        <name>back</name>
16                        <default>false</default>
17                        <description>Set this to "true" to show a semitransparent backdrop that makes the captions more readable.</description>
18                </flashvar>
19                <flashvar>
20                        <name>file</name>
21                        <default></default>
22                        <description>Location of the captions in (TimedText or SRT format) to display.</description>
23                </flashvar>
24                <flashvar>
25                        <name>fontsize</name>
26                        <default>14</default>
27                        <description>
28                                Base fontsize of the captions, correlating to 80 characters per line.
29                                Increase this for small players, decrease this for lengthy texts.
30                        </description>
31                </flashvar>
32                <flashvar>
33                        <name>state</name>
34                        <default>true</default>
35                        <description>Set this to false to turn off the captions by default.</description>
36                </flashvar>
37        </flashvars>
38
39</plugin>
Note: See TracBrowser for help on using the repository browser.