<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Generated by NCL Eclipse -->
<ncl id="conector_enlace" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
	
	                 <!--Utilizando conector y enlace-->
	
<!--CABECERA-->	
	<head>
        
		
		<!--REGIîN-->
		<regionBase>
			<region id="rgvideo" width="100%" height="100%" zIndex="1"/>
			<region id="rgimg1" width="20%" height="20%" right="5%" top="5%" zIndex="2"/>	
		</regionBase>
		
        <!--DESCRIPTOR-->
		<descriptorBase>
			<descriptor id="descvideo" region="rgvideo"/>
			<descriptor id="descimg1" region="rgimg1" explicitDur="20s">
				<descriptorParam name="transparency" value="50%"/>
			</descriptor>	
		</descriptorBase>
		
		<!--CONECTORES-->
		<connectorBase>
		<causalConnector id="OnBeginStart">
			<simpleCondition role="onBegin" />
			<simpleAction role="start" />
		</causalConnector>
		</connectorBase>
		
	</head>
<!--CUERPO-->
	<body>
		<!--MULTIMEDIA-->
	  	<media id="video" src="../media/video1.mp4" descriptor="descvideo"/>
	  	<media id="img1" src="../media/photo.png" descriptor="descimg1"/> 
			
        <!--PUERTAS-->
		<port id="pentrada" component="video"/>
      
        <!--ENLACE-->
        <link xconnector="OnBeginStart" id="limg">
        	<bind role="onBegin" component="video"/>
        	<bind role="start" component="img1"/>
        </link>
        
	</body>
</ncl>