Re: customTest and SMIL validation
Dick Bulterman <[email protected]>
| Newsgroups | gmane.comp.web.smil |
|---|---|
| Message-ID | <[email protected]> |
Hello Robbie, You can place multiple customTest specifications on the same line: <body> <par> <video src="movie" customTest="testA" customTest="testB"/> </par> </body> This will have the desired effect. (You can test it in either the GRiNS or Ambulant players; both provide full support for customTest.) -d.