|
|
In a sequence or in a parallel tag, each "child" expresses its begin and end attributes relatively to its father.
The following code will make vim32x32.gif and madewithsoja.gif start respectively 4 seconds and 6 seconds after the begining of the <par> tag:
<smil>
<!-- head (skipped) -->
<body>
<par>
<img src="vim32x32.gif" region="vim_icon"
begin="4s" />
<img src="madewithsoja.gif" region="soja_icon"
begin="6s" />
</par>
</body>
</smil>
|
| Source (vim HTML version) |
The SMIL Tutorial is ©HELIO 1998-1999 all rights reserved
Comments about this page