Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/audioogg.smil
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2009-09-02 15:25:45 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2009-09-02 15:25:45 (GMT)
commit63636bdfccca6023c50fce3b06d170ea50e062d7 (patch)
tree8e5ded9e071c248746cd267699801b27baac469b /smils/audioogg.smil
parent3f047e2955c9913bed091da5878b9a99e8e8117b (diff)
remove test-items
Diffstat (limited to 'smils/audioogg.smil')
-rw-r--r--smils/audioogg.smil16
1 files changed, 16 insertions, 0 deletions
diff --git a/smils/audioogg.smil b/smils/audioogg.smil
new file mode 100644
index 0000000..b443051
--- /dev/null
+++ b/smils/audioogg.smil
@@ -0,0 +1,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>