1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
<smil>
<head>
<layout type="text/smil-basic">
<channel id="address-channel" height="8%" width="50%"></channel>
<channel id="control-channel" left="50%" height="8%" width="50%"></channel>
<channel id="image-channel" top="8%"></channel>
</layout>
</head>
<body>
<par id="repeat">
<seq>
<par id="Herengracht284g">
<text src="Herengracht284.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/huizen/h284/h284.jpg"
channel="image-channel" dur="2.000s">
</img>
<a href="#Herengracht284s">
<text src="stop.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
<par id="Herengracht308g">
<text src="Herengracht308.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/h308.jpg"
channel="image-channel" dur="2.000s">
</img>
<a href="#Herengracht308s">
<text src="stop.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
<par id="Herengracht334g">
<text src="Herengracht334.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/h334.jpg"
channel="image-channel" dur="2.000s">
</img>
<a href="#Herengracht334s">
<text src="stop.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
<par id="Herengracht334r">
<text src="Herengracht334.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/h334.jpg"
channel="image-channel">
</img>
<a href="#repeat">
<text src="repeat.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
<par id="Herengracht284s">
<text src="Herengracht284.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/huizen/h284/h284.jpg"
channel="image-channel">
</img>
<a href="#Herengracht284g">
<text src="continue.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
<par id="Herengracht308s">
<text src="Herengracht308.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/h308.jpg"
channel="image-channel">
</img>
<a href="#Herengracht308g">
<text src="continue.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
<par id="Herengracht334s">
<text src="Herengracht334.txt"
type="text/plain" channel="address-channel">
</text>
<img src="http://www.amsterdam.nl/bmz/adam/pics/h334.jpg"
channel="image-channel">
</img>
<a href="#Herengracht334g">
<text src="continue.txt"
type="text/plain" channel="control-channel">
</text>
</a>
</par>
</seq>
</par>
</body>
</smil>
|