source: sdks/skinning-sdk/tester/files/smil.xml @ 787

Revision 787, 1.4 KB checked in by zach, 3 years ago (diff)
  • Adding LTAS, Skinning, and MediaProvider SDKs
Line 
1<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
2        <head>
3                <meta name="title" content="Example SMIL playlist for the JW Player"/>
4        </head>
5        <body>
6                <seq>
7
8                        <par>
9                                <video
10                                        title="FLV video"
11                                        src="../../testing/files/bunny.flv"
12                                        author="the Peach Open Movie Project"
13                                        alt="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation."
14                                />
15                                <anchor href="http://www.bigbuckbunny.org/" />
16                        </par>
17
18                        <par>
19                                <audio
20                                        title="MP3 audio with thumb"
21                                        src="files/bunny.mp3"
22                                        alt="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation."
23                                        author="the Peach Open Movie Project"
24                                />
25                                <img src="files/bunny.jpg"/>
26                                <anchor href="http://www.bigbuckbunny.org/"/>
27                        </par>
28
29                        <par>
30                                <img
31                                        title="PNG image with duration"
32                                        src="files/bunny.png"
33                                        alt="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation."
34                                        dur="10"
35                                />
36                        </par>
37
38                        <par>
39                                <video
40                                        title="Youtube video with start"
41                                        src="http://youtube.com/watch?v=IBTE-RoMsvw"
42                                        author="the Peach Open Movie Project"
43                                        alt="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation."
44                                        begin="10"
45                                />
46                                <anchor href="http://www.bigbuckbunny.org/" />
47                        </par>
48
49                </seq>
50        </body>
51</smil>
Note: See TracBrowser for help on using the repository browser.