Re: SMIL Variables

> I am making buttons on a realvideo clip. I need the ability to read in a
> variable to that button so that when I click the button inside of the clip
> it goes to a link with the variable as part of the URL. So if I come from
> the home page, the variable could be "home" and then when I click that link,
> is looks something like http://www....com/file?home
> <http://www....com/file?home> 

Part of the solution in SMIL is to put an anchor element within the
video element.  Make this anchor element specify the portion of the
video display that makes up the button.  But that's the easy part.
Generally, SMIL does not handle "variable" link destinations.  But
that depends on what you mean here by "variable".  What is this
variable.  Where are getting the variable from?

-Lloyd

--
Lloyd Rutledge                              vox: +31 20 592 41 27
CWI (Centrum voor Wiskunde en Informatica)  fax: +31 20 592 41 99
PO Box 94079                                net: Lloyd.Rutledge@cwi.nl
NL-1090 GB Amsterdam, The Netherlands       Web: http://www.cwi.nl/~lloyd

Received on Thursday, 13 January 2000 07:54:30 UTC