Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/videompg.smil
diff options
context:
space:
mode:
Diffstat (limited to 'smils/videompg.smil')
-rw-r--r--smils/videompg.smil19
1 files changed, 19 insertions, 0 deletions
diff --git a/smils/videompg.smil b/smils/videompg.smil
new file mode 100644
index 0000000..a5a4391
--- /dev/null
+++ b/smils/videompg.smil
@@ -0,0 +1,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.mpg" dur="indefinite" region="video"/>
+ </seq>
+ </body>
+</smil>