4 <root-layout width="320" height="240" background-color="burlywood"/>
5 <region id="bottom" left="60" top="20" width="200" height="200">
6 <region id="top" height="33%"/>
7 <region id="mid" top="33%" height="33%"/>
9 <region id="bar" left="30" height="20" top="220" width="260">
10 <region id="nl" width="40" background-color="pink"/>
11 <region id="ch" left="100" width="40" background-color="pink"/>
12 <region id="ge" left="200" width="40" background-color="pink"/>
14 <region id="back" left="280" height="20" top="220" width="40"/>
20 <par id="holland" dur="indefinite">
21 <set target="top" attribute="background-color" to="red"/>
22 <set target="mid" attribute="background-color" to="white"/>
23 <set target="bottom" attribute="background-color" to="blue"/>
25 <set id="china" dur="indefinite" target="bottom"
26 attribute="background-color" to="red"/>
27 <par id="germany" dur="indefinite">
28 <set target="top" attribute="background-color" to="black"/>
29 <set target="mid" attribute="background-color" to="red"/>
30 <set target="bottom" attribute="background-color" to="yellow"/>
34 <text src="data:,NL" region="nl"/>
37 <text src="data:,CH" region="ch"/>
40 <text src="data:,GE" region="ge"/>
42 <a href="linking-all.smil">
43 <text src="data:,back" region="back"/>