Warning, /multimedia/kmplayer/tests/nested_smil.smil is written in an unsupported language. File is not indexed.

0001 <smil>
0002   <head>
0003     <layout>
0004       <root-layout width="320" height="260"/>
0005       <region id="nested_smil" left="100" top="20" right="0" height="240"/>
0006       <region id="nested_but1" left="0" top="240" width="160" height="20" background-color="LightGray"/>
0007       <region id="nested_but2" left="160" top="240" width="160" height="20" background-color="Orange"/>
0008     </layout>
0009   </head>
0010   <body>
0011     <par>
0012       <excl>
0013         <text src="data:,Start" id="text1" region="nested_but1" dur="indefinite" fill="freeze">
0014         </text>
0015         <video src="excl_timings.smil" id="video1" region="nested_smil" begin="nested_but1.activateEvent"/>
0016       </excl>
0017       <text src="data:,Change%20Source" id="text2" region="nested_but2" dur="indefinite" fill="freeze">
0018         <param name="backgroundColor" value="orange"/>
0019         <param name="fontColor" value="black"/>
0020       </text>
0021       <set target="video1" attribute="src" to="img_scale.smil" begin="nested_but2.activateEvent" dur="15"/>
0022       <set target="text2" attribute="fontColor" to="gray" begin="nested_but2.activateEvent" dur="15"/>
0023     </par>
0024   </body>
0025 </smil>