Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/audioogg.smil
blob: b4430510d7b475590c78b3071aa1638ff7ab58a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 xml:id="Test" backgroundColor="gray" width="1200" height="900"/>
      <region xml:id="audio" />
    </layout>
  </head>
  <body>
    <seq>
      <audio src = "audio.ogg" dur="indefinite" begin="0" region="audio"/>
    </seq>
  </body>
</smil>