Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/videowmv.smil
blob: afcedd8fff3a188ca9a76336b2a728084e1813ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="image" top = "150" left = "200" width = "800" height="600" fit="meet" z-index = "1" />
      <region xml:id="audio" />
      <region xml:id="video" top = "175" left = "240" width = "720" height="550"
z-index = "1"/>
    </layout>
  </head>
  <body>
    <seq>
      <video src = "video.wmv" dur="indefinite" region="video"/>
    </seq>
  </body>
</smil>