Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test-items/skeleton.smil
diff options
context:
space:
mode:
Diffstat (limited to 'test-items/skeleton.smil')
-rwxr-xr-xtest-items/skeleton.smil30
1 files changed, 30 insertions, 0 deletions
diff --git a/test-items/skeleton.smil b/test-items/skeleton.smil
new file mode 100755
index 0000000..494152a
--- /dev/null
+++ b/test-items/skeleton.smil
@@ -0,0 +1,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>