-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparte3.ncl
120 lines (102 loc) · 4.07 KB
/
parte3.ncl
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
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Generated by NCL Eclipse -->
<ncl id="parte2" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
<head>
<regionBase>
<region id="rgTV">
<region id="rgTelaInteira"/>
<region id="rgInteratividade" right="20" top="20" width="120" height="120" zIndex="3"/>
</region>
</regionBase>
<descriptorBase>
<descriptor id="dTelaInteira" region="rgTelaInteira" />
<descriptor id="dInteratividade" region="rgInteratividade" />
<descriptor id="dTemp" region="rgInteratividade">
<descriptorParam name="fontSize" value="30"/>
<descriptorParam name="fontColor" value="silver"/>
</descriptor>
</descriptorBase>
<connectorBase>
<importBase documentURI="ConnectorBase.ncl" alias="meusConectores"/>
</connectorBase>
</head>
<body>
<media id="videoNoticias" src="media/noticias.mp4" descriptor="dTelaInteira">
<area id="aInteratividade" begin="5s" end="10s"/>
</media>
<media id="imgInteratividade" src="media/interatividade.png" descriptor="dInteratividade" />
<media id="txtGRU" src="media/GRU.txt" descriptor="dTemp" />
<media id="txtJPA" src="media/JPA.txt" descriptor="dTemp" />
<media id="txtPOA" src="media/POA.txt" descriptor="dTemp" />
<port id="pVideoNoticias" component="videoNoticias"/>
<link xconnector="meusConectores#onBeginStart">
<bind role="onBegin" component="videoNoticias" interface="aInteratividade" />
<bind role="start" component="imgInteratividade" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="imgInteratividade" >
<bindParam name="keyCode" value="BLUE"/>
</bind>
<bind role="start" component="txtGRU" />
<bind role="stop" component="imgInteratividade" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="txtGRU">
<bindParam name="keyCode" value="CURSOR_LEFT"/>
</bind>
<bind role="start" component="txtPOA" />
<bind role="stop" component="txtGRU" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="txtGRU">
<bindParam name="keyCode" value="CURSOR_RIGHT"/>
</bind>
<bind role="start" component="txtJPA" />
<bind role="stop" component="txtGRU" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="txtJPA">
<bindParam name="keyCode" value="CURSOR_LEFT"/>
</bind>
<bind role="start" component="txtGRU" />
<bind role="stop" component="txtJPA" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="txtJPA">
<bindParam name="keyCode" value="CURSOR_RIGHT"/>
</bind>
<bind role="start" component="txtPOA" />
<bind role="stop" component="txtJPA" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="txtPOA">
<bindParam name="keyCode" value="CURSOR_LEFT"/>
</bind>
<bind role="start" component="txtJPA" />
<bind role="stop" component="txtPOA" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="txtPOA">
<bindParam name="keyCode" value="CURSOR_RIGHT"/>
</bind>
<bind role="start" component="txtGRU" />
<bind role="stop" component="txtPOA" />
</link>
<link xconnector="meusConectores#onKeySelectionStartNStopN">
<bind role="onSelection" component="videoNoticias">
<bindParam name="keyCode" value="RED"/>
</bind>
<bind role="start" component="imgInteratividade" />
<bind role="stop" component="txtGRU"/>
<bind role="stop" component="txtJPA"/>
<bind role="stop" component="txtPOA"/>
</link>
<link xconnector="meusConectores#onEndStopN">
<bind role="onEnd" component="videoNoticias" />
<bind role="stop" component="imgInteratividade" />
<bind role="stop" component="txtGRU" />
<bind role="stop" component="txtJPA" />
<bind role="stop" component="txtPOA" />
</link>
</body>
</ncl>