« Return to Thread: Require syntax/method of executing SMIL file with element.

Require syntax/method of executing SMIL file with <param> element.

by Datta321 :: Rate this Message:

| View in Thread


 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>
             
                 
                 
             </img>
        </par>
    </body>
</smil>

 « Return to Thread: Require syntax/method of executing SMIL file with element.