source: branches/captions/doc/examples/example_captions_srt.xml @ 1769

Revision 1769, 819 bytes checked in by jeroen, 2 years ago (diff)

added multitrack SRT/DFXP support, cookying of language and multitrack styling. Updated tests and docs.

  • 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>294</height>
7        <flashvars>
8            <controlbar>bottom</controlbar>
9            <dock>false</dock>
10            <file embedvalue="http://content.bitsontherun.com/videos/7OCSON1y-393434.flv">/videos/corrie.flv</file>
11            <image embedvalue="http://content.bitsontherun.com/thumbs/7OCSON1y-480.jpg">/thumbs/corrie.jpg</image>
12        </flashvars>
13        <plugins>
14            <plugin name="captions-2">
15                <back>false</back>
16                <file embedvalue="http://www.longtailvideo.com/support/sites/default/files/plain.txt">/captions/corrie.txt</file>
17            </plugin>
18        </plugins>
19    </player>
20
21</example>
Note: See TracBrowser for help on using the repository browser.