Basic HTML version of Foils prepared July 6 99

Foil 31 SMIL - Example Document

From Introduction to XML CPS714 Computational Science Information Track -- June 9 99. by Lukasz Beca


1 <smil>
2 <head>
3 <layout>
4 <root-layout background-color="blue" width="200" height="300"/>
5 <region id="videoregion" top="10" left="10" width="180" height="180"/>
6 </layout>
7 </head>
8 <body>
9 <par repeat="3">
10 <video src="video.rm" region="videoregion"/>
11 <audio src="audio.rm"/>
12 </par>
13 </body>
14 </smil>

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 6 1999