Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test-items/skeleton.smil
blob: 494152a5058ad80f3ca3ba351f7fab5fd86a6a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN"
                      "http://www.w3.org/ns/SMIL">
<smil xmlns="http://www.w3.org/ns/SMIL">
<head>
  <layout>
    <root-layout width="1200" height="900" background-color="black"/>
    <region xml:id="textregion"
        top="100"
        width="800"
        height="600"
        left="100"
        textMode="scroll"
        textRate="6px"
        textColor="black"
        backgroundColor="white"
    />
    <region xml:id="audio"/>
  </layout>
</head>
<body>
  <par>
    <audio region = "audio" src = "2002-12-26.mp3" dur = "293s"/>
    <smilText xml:id="CapF0" region="textregion" dur = "289s" begin="3s">
<span textColor="black" textFontSize="xx-large" textFontStyle="normal" textFontFamily="serif"  textFontWeight="bold">
</span>
    </smilText>
  </par>
</body>
</smil>