[Ambulant-users] SMIL attributes repeatCount and repeatDur

Behere, Shweta (Shweta) behere at avaya.com
Wed Mar 4 21:42:07 CET 2009


Thanks for the reply Lorenzo. 
But that doesn't seem to work.  Did it work for you ?
Any other ideas ? 
 
Thanks,
Shweta

________________________________

From: Lorenzo Sutton [mailto:l.sutton at santacecilia.it] 
Sent: Wednesday, March 04, 2009 4:30 AM
To: Behere, Shweta (Shweta)
Cc: ambulant-users at ambulantplayer.org
Subject: R: [Ambulant-users] SMIL attributes repeatCount and repeatDur



Dear Shweta,

 

Enclosing your video element in a <par> which then has the repatCount attribute should solve your problem:

 

...

 

  <body>

    <par id="mainPar" begin="0s" repeatCount="2">

    <video src="roadtripAvaya_CIF.3gp" repeatCount="2" region="untitledRegion1"/>

    </par>

  </body>

...

 

Hope this helps,

Lorenzo

 

 

________________________________

Da: ambulant-users-bounces+l.sutton=santacecilia.it at ambulantplayer.org [mailto:ambulant-users-bounces+l.sutton=santacecilia.it at ambulantplayer.org] Per conto di Behere, Shweta (Shweta)
Inviato: martedì 3 marzo 2009 23.48
A: ambulant-users at ambulantplayer.org
Oggetto: [Ambulant-users] SMIL attributes repeatCount and repeatDur

 

Hi,

 

Does Ambulant support the SMIL attributes repeatCount and repeatDur ?

I cannot get it to work. Any ideas ?

 

Following is the example that I am using:

 

<?xml version="1.0"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Tiny//EN" "http://www.w3.org/2007/07/SMIL30/SMIL30Tiny.dtd <http://www.w3.org/2007/07/SMIL30/SMIL30Tiny.dtd> ">
<smil xmlns="http://www.w3.org/ns/SMIL <http://www.w3.org/ns/SMIL> " version="3.0" baseProfile="Tiny">

 

  <head>
   <layout>
  <region xml:id="untitledRegion1" top="100" left="100" width="400" height="400" textFontFamily="tahoma" textFontSize="medium"/>
  </layout>
  </head>
  <body>
    <video src="roadtripAvaya_CIF.3gp" repeatCount="2" region="untitledRegion1"/>
  </body>
 </smil>

 

Thanks,

Shweta

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ambulantplayer.org/pipermail/ambulant-users/attachments/20090304/6acc280a/attachment.html>


More information about the Ambulant-users mailing list