29 Jun 2010 10:14
Require syntax/method of executing SMIL file with <param> element.
Datta321 <DS0036943 <at> techmahindra.com>
2010-06-29 08:14:12 GMT
2010-06-29 08:14:12 GMT
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> -- --(Continue reading)
RSS Feed