- From: Roberto Scano - IWA/HWG <rscano@iwa-italy.org>
- Date: Thu, 13 May 2004 11:51:20 +0200
- To: "John M Slatin" <john_slatin@austin.utexas.edu>, <w3c-wai-gl@w3.org>
----- Original Message -----
From: "John M Slatin" <john_slatin@austin.utexas.edu>
To: <w3c-wai-gl@w3.org>
Sent: Wednesday, May 12, 2004 8:51 PM
Subject: Action item: another example for Guideline 3.1
The example below is for Guideline 3.1, Level 3 SC 3
<proposed>
Example 6: Links to a video clip of a press conference.
A Web page includes links to two versions of a video clip from the
governor's press conference. The link text reads, "Video of Governor's
press conference (for high-speed connections)" and "Video of Governor's
press conference (for dial-up connections)."
</proposed>
Roberto Scano:
Hi, With SMIL, is possible to set this...
<switch>
<video dur="0:00:45.67" region="videoregion"
src="high_spacetime.avi (high rate)"
alt="Video: Big Bang"
system-bitrate="40000">
<video dur="0:00:45.67" region="videoregion"
src="medium_spacetime.avi"
alt="Video: Big Bang (medium rate)"
system-bitrate="24000">
<video dur="0:00:45.67" region="videoregion"
src="low_spacetime.avi"
alt="Video: Big Bang (low rate)"
system-bitrate="10000">
</switch>
Received on Thursday, 13 May 2004 05:59:00 UTC