- From: Dick Bulterman <Dick.Bulterman@cwi.nl>
- Date: Fri, 23 Apr 2004 14:52:08 +0200
- To: Vincent Kober <vincent.kober@inrialpes.fr>
- Cc: "'www-smil@w3.org'" <www-smil@w3.org>
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.
Received on Friday, 23 April 2004 08:52:12 UTC