[
Lists Home |
Date Index |
Thread Index
]
- From: Rolande Kendal <kendal@interlog.com>
- To: xml-dev@ic.ac.uk
- Date: Thu, 14 May 1998 21:38:39 -0400
I wish to include SMIL/PGML like encoded characteristics in a file;
however, in addition I require some means to include rudamentary
programatic control.
For example, 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.
I threw in a loop below:
<smil>
<body>
<par>
<MyTemporalObjectTag src="myYaddaTalk.au" clip-begin="0s" clip-end="120"/>
<ser>
<MyTemporalObjectTag src="intro.html" clip-begin="0s" clip-end="60"/>
<loop duration="10m">
<par>
<MyTemporalObjectTag src="upper-left.gif" coor-x="0" coor-y="0"
clip-begin="10s"/>
<MyTemporalObjectTag src="upper-right.gif" coor-x="0.50" coor-y="0"
clip-begin="20s"/>
<MyTemporalObjectTag src="lower-left.gif" coor-x="0" coor-y="0.50"
clip-begin="30s"/>
<MyTemporalObjectTag src="lower-right.gif" coor-x="0.50" coor-y="0.50"
clip-begin="40s"/>
</par>
</loop>
</ser>
</par>
</body>
</smil>
Is there some established means to do this?
Thanks
Rolande
Still waiting for Jumbo2...
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|