What about rudamentary flow control.

What about rudamentary flow control. How do I achieve the following:

<SMIL>
do( time-duration ) {
	// display video stream
}
</SMIL>

I need some method of saying things like repeat showing this resource for
ten minutes, or until this event. In addition, if the user makes a
selection then the cycle may have to abruptly stop and proceed to something
else. Your know - browser stuff.

How do I achieve this control in SMIL?

Thanks

Rolande

Received on Wednesday, 17 June 1998 10:04:45 UTC