Re: New SMIL Player distributions
Dick Bulterman <[email protected]>
| Newsgroups | gmane.comp.web.smil |
|---|---|
| Message-ID | <[email protected]> |
Vincent,
> Is it a way to make a switch to distinguished the player (eg : Real an Ambulant)...Especially to choose the video and text content
The Ambulant settings file is an xml-structured file that allows you to
define the settings of test variables. You could define something like:
<?xml version="1.0"?>
<filter>
<systemTest name="systemComponent" value="Ambulant" />
</filter>
When you start the Ambulant player, you can load this file using:
View->Load Settings...
A document structured with:
<switch>
<par id="p0" systemComponent="Ambulant" .../>
<par id="p1" ... />
</switch>
could identify which player is which.
(The RealPlayer and others should ignore p0.)
cheers,
-d.