- From: thierry michel <tmichel@w3.org>
- Date: Thu, 20 Dec 2001 17:03:03 +0100
- To: <www-smil@w3.org>
forwarded to the www-smil@w3.org mailing list ----- Original Message ----- From: "Lan Qiang" <LQiang@KBSI.com> To: <www-smil@w3.org> Sent: Thursday, December 20, 2001 4:59 PM Subject: [Moderator Action] Smil question > Dear Sir, > > I have a question about SMIL. I need to write a file which has "excl" group. After excl part, I need to continue play a clip. But seems it can not. Here is my code. Could you please take a look and tell me what should I do. Thank you very much. > > Sincerely, > Lan > > <smil xmlns="http://www.w3.org/2001/SMIL20/Language"> > <head> > <layout> > <root-layout width="320" height="240"/> > <region id="button1_region" left="5%" top="10%"/> > <region id="button2_region" left="5%" top="30%"/> > </layout> > </head> > <body> > <seq> > <par> > <img src="UOBlarge1.gif" alt="button1" id="button1" region="button1_region"/> > <img src="UOBlarge2.gif" alt="button2" id="button2" region="button2_region"/> > <excl dur="indefinite"> > <video src="Mov0001.mpg" begin="button1.activateEvent" end="5s"/> > <video src="Mov0002.mpg" begin="button2.activateEvent" end="5s"/> > </excl> > </par> > <video src="Mov0003.mpg" end="20s"/> > </seq> > </body> > </smil> >
Received on Thursday, 20 December 2001 11:03:05 UTC