source: plugins/captions/doc/examples/example_captions_basic.xml @ 2020

Revision 2020, 764 bytes checked in by jeroen, 20 months ago (diff)

updated docs to reflect 2.4 version

  • Property svn:executable set to *
Line 
1<example>
2    <player>
3        <flashplayer>http://player.longtailvideo.com/player.swf</flashplayer>
4        <id>playerID</id>
5        <width>480</width>
6        <height>270</height>
7        <flashvars>
8            <file embedvalue="http://content.bitsontherun.com/videos/bkaovAYt-52qL9xLP.mp4">/videos/bunny.mp4</file>
9            <image embedvalue="http://content.bitsontherun.com/thumbs/bkaovAYt-480.jpg">/thumbs/bunny.jpg</image>
10        </flashvars>
11        <plugins>
12            <plugin name="captions-2">
13                <back>false</back>
14                <file embedvalue="http://www.longtailvideo.com/support/sites/default/files/example_captions_basic_srt.xml">/captions/bunny.txt</file>
15            </plugin>
16        </plugins>
17    </player>
18
19</example>
Note: See TracBrowser for help on using the repository browser.