[SMIL] A question

Hi all,

Here is a question about the SMIL implementation:

When creating a sequence will a repeat attribute:


<seq repeat="3" begin="3s">
 <img src="foo1" dur="4s" region="reg1" />
 <img src="foo2" dur="4s" region="reg2" />
</seq>


Should the timeline be like this (case 1):

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

(we wait 3 seconds between each seq repeat)

or like this (case 2)

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

(we _DON'T_ wait between each seq repeat)

Thanks.

--------------------------------------------------------------------
Herve FOUCHER, HELIO

Received on Wednesday, 28 April 1999 04:13:41 UTC