- From: Kari Pihkala <kpihkala@cc.hut.fi>
- Date: Wed, 23 Oct 2002 13:03:24 +0300 (EET DST)
- To: Sigurd Lerstad <sigler@bredband.no>
- cc: www-smil@w3.org
Here's another one in SMIL 2.0:
<smil>
<body>
<par repeatCount="10">
<img src="myname.gif" begin="0s" end="click"/>
</par>
</body>
</smil>
In basic profile, it could happen if the media stream from the server
varies due to network congestion:
<img src="rstp://stream.mov" repeatCount="10"/>
- Kari
On Tue, 22 Oct 2002, Pablo Fernicola wrote:
> Here is one example:
>
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>
>
>
> <html xmlns:t = "urn:schemas-microsoft-com:time" >
>
> <head>
>
> <title>Varying duration</title>
>
> <style>
>
> .time { BEHAVIOR: url(#DEFAULT#TIME2)}
>
> t\:* { BEHAVIOR: url(#DEFAULT#TIME2)}
>
> </style>
>
>
>
> <body>
>
> <t:par dur="5" repeatCount="10" >
>
> <p class=time id="longer" dur="1"
> repeatCount="2">
>
> This will show for a longer time at
> each interval
>
>
>
> </p>
>
> <p class=time dur="1" repeatCount="2">
>
> This will keep the same duration
>
>
>
> </p>
>
> </t:par>
>
>
>
> <t:animate targetElement="longer" attributeName="dur"
> begin="5" from="1" to="15" dur="20" />
>
> </body>
>
>
>
> </html>
>
> -----Original Message-----
> From: Sigurd Lerstad [mailto:sigler@bredband.no]
> Sent: Wednesday, October 23, 2002 3:56 AM
> To: www-smil@w3.org
> Subject: Simple Duration different on each repeat iteration.. ?
>
>
>
> Hello,
>
> Can someone give an example (a small smil example) on when the simple
> duration of an element can change on each repeat iteration?
>
> thanks,
>
> --
> Sigurd Lerstad
>
>
Received on Wednesday, 23 October 2002 06:03:31 UTC