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

0001 <smil>
0002   <head>
0003     <layout>
0004       <root-layout width="640" height="240"/>
0005       <region id="reg_img" >
0006         <region id="reg_text1" left="10%" top="25%" right="60%" bottom="25%"/>
0007         <region id="reg_vid" left="55%" top="5%" right="5%" bottom="60%"/>
0008         <region id="reg_button1" left="446" top="202" width="130" height="26" z-index="2" background-color="LightGray"/>
0009         <region id="reg_button2" left="446" top="202" width="132" height="28" z-index="1" background-color="DarkGray"/>
0010         <region id="reg_text2" left="448" top="204" width="128" height="24" z-index="3"/>
0011       </region>
0012     </layout>
0013   </head>
0014   <body>
0015     <par end="text2.activateEvent">
0016       <img src="../icons/128-apps-kmplayer.png" region="reg_img" fit="fill" fill="freeze"/>
0017       <text src="some_text.html" region="reg_text1" begin="3" dur="5">
0018         <param name="charset" value="iso-8859-1"/>
0019         <param name="fontFace" value="System"/>
0020         <param name="fontColor" value="yellow"/>
0021         <param name="fontSize" value="+1"/>
0022         <param name="backgroundColor" value="blue"/>
0023       </text>
0024       <video src="file:///home/koos/doc/example.avi" id="video1" region="reg_vid" begin="3"/>
0025       <text src="data:,Stop" id="text2" region="reg_text2" fill="freeze">
0026         <param name="backgroundColor" value="gray"/>
0027       </text>
0028       <set targetElement="reg_button1" attributeName="background-color" to="DarkGray" begin="reg_text2.inBoundsEvent" end="reg_text2.outOfBoundsEvent"/>
0029       <set targetElement="reg_button2" attributeName="background-color" to="LightGray" begin="reg_text2.inBoundsEvent" end="reg_text2.outOfBoundsEvent"/>
0030     </par>
0031   </body>
0032 </smil>