Re: [SMIL] A question

Debora Muchaluat wrote:
> <seq repeat="3">
>  <img src="foo1" dur="4s" region="reg1" begin="3s"/>
>  <img src="foo2" dur="4s" region="reg2" />
> </seq>
>
> should be equivalent to TIMELINE 1
>
> >                  1    1    2    2    3
> >         ....5....0....5....0....5....0
> > seq        [------]   [------]   [------]
> > foo1       ****       ****       ****
> > foo2           ****       ****       ****


Not exactly:

                 1    1    2    2    3
        ....5....0....5....0....5....0
seq     [---------][---------][---------]
foo1       ****       ****       ****
foo2           ****       ****       ****

But I see what you mean, and a time-line is quite
hard to represent in text mode ;-)

Many thanks to all of you for your help.


Herve FOUCHER

Received on Friday, 30 April 1999 02:15:38 UTC