1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Movie2






<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<head>
<layout>
<root-layout width="1280" height="720" background-color="#99cc66" />
<region id="BackGround" left="0" top="0" width="100%" height="100%" z-index="0"/>
<region id="Logo" left="500" top="30" width="516" height="64" z-index="2"/>
<region id="Home" left="60" top="450" width="120" height="40" z-index="2" fit="meet"/>
<region id="Back" left="250" top="450" width="120" height="40" z-index="2" fit="meet"/>
<region id="Next" left="1030" top="450" width="120" height="40" z-index="2" fit="meet"/>
<region id="Movie" left="400" top="200" width="640" height="360" z-index="3" background-color="#99cc66" fit="meet"/>
<region id="MV1" left="60" top="150" width="90" height="68" z-index="5" background-color="#E9FAEA" fit="meet"/>
<region id="MV2" left="60" top="250" width="90" height="68" z-index="5" background-color="#E9FAEA" fit="meet"/>
<region id="MV3" left="60" top="350" width="90" height="68" z-index="5" background-color="#E9FAEA" fit="meet"/>
<region id="text_region" left="550" top="597" width="350" height="80" background-color="white"/>
</layout>
</head>
<body>
<par>
<video id="ch1" src="Media\Scene\Movie2.rmvb" region="Movie" dur="90s" repeatCount="2"/>
<a href="Movie1.smil" show="replace">
<video src="Media\Scene\Movie1.rmvb" region="MV1" clip-begin="0s" dur="35s" repeatCount="indefinite"/>
</a>
<a href="Movie2.smil" show="replace">
<video src="Media\Scene\Movie2.rmvb" region="MV2" clip-begin="10s" dur="35s" repeatCount="indefinite"/>
</a>
<a href="Movie3.smil" show="replace">
<video src="Media\Scene\Movie3.rmvb" region="MV3" clip-begin="14s" dur="10s" repeatCount="indefinite"/>
</a>
<img src="Media\Images\BackGround.png" region="BackGround"/>
<img src="Media\Images\logo.gif" region="Logo"/>
<a href="Home.smil" show="replace">
<img src="Media\Images\home.gif" region="Home"/>
</a>
<a href="Movie1.smil" show="replace">
<img src="Media\Images\back.gif" region="Back"/>
</a>
<a href="Movie3.smil" show="replace">
<img src="Media\Images\next.gif" region="Next"/>
</a>
<audio src="Media\Audio\Audio2.mp3" begin="0s" dur="120s" repeatCount="indefinite"/>
<text src="Media\SubTitles\Movie2.rt" region="text_region"/>
</par>
</body>
</smil>