You are on page 1of 2

<?xml version="1.0" encoding="ISO-8859-1"?

>
<!-- Generated by NCL Eclipse -->
<ncl id="botoones" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
<head>
<regionBase>
<region id="all" width="100%" height="100%">
<region id="top" height="70%"/>
<region id="middle" top="70%" height="20%"/>
<region id="bottonLeft" top="90%" height="10%"
width="50%"/>
<region id="bottonRight" top="90%" height="10%"
width="50%" left="50%"/>
</region>
</regionBase>
<descriptorBase>
<descriptor id="bigImageDesc" region="all"/>
<descriptor id="smallImageDesc" region="top"/>
<descriptor id="textDesc" region="middle"/>
<descriptor id="blueDesc" region="bottonLeft"/>
<descriptor id="redDesc" region="bottonRight"/>
</descriptorBase>
<connectorBase>
<causalConnector id="pushButton">
<connectorParam name="key"/>
<simpleCondition role="onSelection" key="$key"/>
<simpleAction role="start"/>
</causalConnector>
</connectorBase>
</head>
<body>
<port id="p0" component="pastillas"/>
<port id="p1" component="texto"/>
<port id="p2" component="blueButton"/>
<port id="p3" component="redButton"/>
<media id="pastillas" src="Naruto.mp4"
descriptor="smallImageDesc"/>
<media id="texto" src="texto.txt" descriptor="textDesc">
<property name="fontFamily" value="Verdana"/>
<property name="fontSize" value="20"/>
</media>
<media id="blueButton" src="blue.jpeg" descriptor="blueDesc"/>
<media id="redButton" src="red.jpeg" descriptor="redDesc"/>
<media id="mundoFeliz" src="mundo.jpg" descriptor="bigImageDesc"/>
<media id="matrix" src="matrix.jpg" descriptor="bigImageDesc"/>

<link xconnector="pushButton">
<bind role="onSelection" component="redButton">
<bindParam name="key" value="RED"/>
</bind>
<bind role="start" component="matrix"/>
</link>

<link xconnector="pushButton">
<bind role="onSelection" component="blueButton">
<bindParam name="key" value="BLUE"/>
</bind>
<bind role="start" component="mundoFeliz"/>
</link>
</body>
</ncl>

You might also like