- From: Datta321 <DS0036943@techmahindra.com>
- Date: Tue, 29 Jun 2010 01:14:12 -0700 (PDT)
- To: www-smil@w3.org
Is anyone aware of calling a smil file with paramaters at runtime ? I
require the syntax of the call along with parameters.
i.e given the SMIL file test.smil.
a)How do I run it in browser along with parameters ? i.e
http://localhost/test.smil ? ? (parameters)
b)How do pass parameters to a smil file when run in any Media Player
Test.smil
<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0"
baseProfile="Language">
<head>
<layout type="text/smil-basic-layout">
<region id="r1" top="0px" left="0px" height="400" width="400"
backgroundColor="red"/>
</layout>
</head>
<body>
<par>
../images/smile.jpg
</img>
</par>
</body>
</smil>
--
View this message in context: http://old.nabble.com/Require-syntax-method-of-executing-SMIL-file-with-%3Cparam%3E-element.-tp29021246p29021246.html
Sent from the w3.org - www-smil mailing list archive at Nabble.com.
Received on Tuesday, 29 June 2010 08:14:41 UTC