home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 September
/
PCWorld_2004-09_cd.bin
/
novinky
/
Interval
/
7
/
podklady
/
grimmich
/
896
/
SMIL-2-priklad.smi
Wrap
Text File
|
2004-07-12
|
850b
|
22 lines
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN" "http://www.w3.org/TR/REC-smil/SMIL10.dtd">
<smil>
<head>
<layout>
<root-layout width="160" height="160" background-color="white"/>
<region id="r1" top="0" left="0" height="80" width="80" />
<region id="r2" top="0" left="80" height="80" width="80" />
<region id="r3" top="80" left="0" height="80" width="80" />
<region id="r4" top="80" left="80" height="80" width="80" />
</layout>
</head>
<body>
<par>
<img src="objekt.png" begin="1s" dur="5s" region="r1" />
<img src="objekt.png" begin="2s" dur="4s" region="r2" />
<seq>
<img src="objekt.png" begin="1s" dur="5s" region="r3" />
<img src="objekt.png" begin="2s" dur="4s" region="r4" />
</seq>
</par>
</body>
</smil>