Olá amigos,
Estou precisando alterar o tamanho de uma mídia dentro de um switch, veja como estou fazendo:
<switch id="switch1">
<defaultComponent component="S"/>
<switchPort id="ptS">
<mapping component="S"/>
</switchPort>
<bindRule constituent="S" rule="rS"/>
<media descriptor="ds#video" id="S" src="media/videos/Sleao.mp4">
<property name="bounds"/>
</media>
</switch>
<link id="lampliaMaxiB" xconnector="conn#onKeySelection1Start">
<bind component="btnMaxi" role="onSelection">
<bindParam name="keyCode" value="GREEN"/>
</bind>
<bind component="switchC" interface="ptS" role="set">
<bindParam name="var" value="0,0,100%,100%" />
</bind>
</link>
Autor: João Vicente
33 comentários
<property name="bounds"/>
</media> E no link tentei: <bind component="SB" interface="bounds" role="set">
<bindParam name="var" value="0,0,100%,100%" />
</bind> Porém, sem sucesso tb