RE: SMIL experts

Improved SMIL 2.0...
 
> 1) check the SMIL 1.0 and SMIL 2.0  Techniques that are 
> attached to  1.2.5 
> <http://trace.wisc.edu/wcag_wiki/index.php?title=How_to_Meet_S
uccess_Criteri
> on_1.2.5>

For
http://trace.wisc.edu/wcag_wiki/index.php?title=Adding_extended_audio_de
scriptions_in_multiple_languages_in_SMIL_2.0

Should be:

<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<head>
   <layout>
     <root-layout backgroundColor="black" height="240" width="320"/>
     <region id="video" backgroundColor="black" top="0" left="0"
height="240" width="320"/>
   </layout>
</head>
<body>
  <!-- this smil 2.0 file has a silent video and switches between german
or the default english audio track.  There are two audio descriptions,
at 2 seconds and 30 seconds, that are available in German or english -->
  <excl>
     <priorityClass peers="pause">
       <par begin="0s">
	   <video src="movie.mpg" region="video" title="video"/>
	   <switch>
	     <audio src="audio_de.mp3" systemLanguage="de"/>
	     <audio src="audio_en.mp3"/>
	   </switch>
	 </par>
       <switch>
         <audio src="desc1_de.mp3" systemLanguage="de" begin="2s"/>
         <audio src="desc1_en.mp3" begin="2s"/>
       </switch>
       <switch>
         <audio src="desc3_de.mp3" systemLanguage="de" begin="30s"/>
         <audio src="desc3_en.mp3" begin="30s"/>
       </switch>
   </priorityClass>
  </excl>
</body>
</smil>






















> 
> 2) Create SMIL technique write-ups for
> 1.2.1
> <http://trace.wisc.edu/wcag_wiki/index.php?title=How_to_Meet_S
uccess_Criteri
> on_1.2.1>
> 1.2.2
> <http://trace.wisc.edu/wcag_wiki/index.php?title=How_to_Meet_S
uccess_Criteri
> on_1.2.2>
> 1.2.3
> <http://trace.wisc.edu/wcag_wiki/index.php?title=How_to_Meet_S
uccess_Criteri
> on_1.2.3>
> 1.2.4
> <http://trace.wisc.edu/wcag_wiki/index.php?title=How_to_Meet_S
uccess_Criteri
> on_1.2.4>
> 
> 
> One easy way to do this might be to 
> 1) go to 1.2.5 
> 2) click edit
> 3) copy the technique in total
> 4) go to the one you want to fill-out
> 5) paste this at the top (most of them will be blank)
> 6) edit it to match the one you are working on
> 
> That will give you all the titles and format.... and an idea 
> of what to put
> in each section. 
> 
> 
> Thanks much
> 
> TTF team. 
> 
> PS  post a note to the list if you are going to do one of 
> these so you don't
> collide with another.
> 
> Also post a note when you are done.
> 
> thx
> 
> 
> 

Received on Monday, 23 January 2006 15:00:17 UTC