Re: RE: Start of Audio file

We have tried this aout with IE5 and discover strange behaviour and
Dr.Watson events with the following code
<smil>
   <head>
      <meta name="title" content="Sdream"/>
      <meta name="copyright" content = "Henning Timcke, Ideen Werft22 GmbH
1989 - 2000"/>
  <layout>
         <root-layout height="512" width="640" background-color="#ffffff"
/>
       <region id="video" z-index="2" left="0" top="0" width="640"
height="512" fit="fill"/>
</layout>
   </head>
   <body>
     <par>
  <video src="../mpeg/sdream_nosound.mpg"  clip-begin="00.00s" clip-
end="6.35s" region="video" fill="freeze" />
        <audio id="04track4" src="../mp3/04. track4.mp3" begin="00.00s"
end="06.35s"/>
 <audio id="05track5" src="../mp3/05. track5.mp3" end="06.35s"/>
 <audio id="01track1" src="../mp3/01. track1.mp3" begin="03.00s"
end="6.35s"/>
   </par>
   </body>
</smil>
Am Tue Jun 27 14:33:09 2000 schrieb Patrick Schmitz
<pschmitz@microsoft.com>
 >See the clipBegin attribute defined in the media module:
 >http://www.w3.org/TR/smil-boston/extended-media-object.html#adef-
clipBegin
 >Patrick
 >-----Original Message-----
 >From: Thierry MICHEL [mailto:tmichel@w3.org]
 >Sent: Sunday, January 16, 2000 4:50 PM
 >To: www-smil@w3.org
 >Subject: Start of Audio file
 >Is it possible to start the playback of an audio file (MP3!) immediately
 >from somewhere in the middle using SMIL?
 >F.e. with Quicktime 4 I could use STARTTIME and ENDTIME.
 >With SMIL, if I use  begin="10s" I will have to wait 10s until the audio
 >file starts to play.
 > Johann

--
Henning Timcke <henning.timcke@my.werft22.com>

Received on Tuesday, 27 June 2000 10:35:58 UTC