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
|
<textstyle name="VERDANA"
origin="left" edge="top" xoffset="0" yoffset="0" textalign="center" background="true" border="false"
fontsize="12" textcolor="0x000000" effect=""
/>
<action name="style_var">
set(taal_color,"#000000");
set(taal_weight,"");
set(taal_family,"Verdana,Arial,Helvetica");
set(taal_size,"10");
set(taal_color2,"#FFFFFF");
set(taal_size2,"22");
set(taal_family2,"Verdana,Arial,Helvetica");
set(taal_weight2,"bold");
set(taal_color3,"#FF0000");
set(taal_size3,"12");
set(taal_family3,"Myriad Pro,Arial,Helvetica");
set(taal_size4,"24");
</action>
<action name="text_var">
set(tf_taal_opties, I LOVE KRPANO <br />
<br /><br />
<a href="hotspots();"> CLICK HERE</a> ) ; <!-- ?????????? -->
</action>
<action name="taal_opties">
txtadd(data[css].content,"body { color:",get(taal_color),"; font-size:",get(taal_size3),"; link:",get(taal_a),";}");
txtadd(data[html_opties].content,"<p>",get(tf_taal_opties),"</p>");
set(plugin[text_opties].css,data:css);
set(update,view);
</action>
<data name="html_opties">
</data>
<plugin name="text_opties"
url="textfieldVerdana.swf"
keep="true"
visible="false" enabled="true" handcursor="true" capture="false" children="false"
zorder="80"
alpha="1" blendmode="normal"
smoothing="true"
origin="lefttop" edge="lefttop"
x="50" y="80"
width="400" height="400"
scale="1"
onloaded="taal_opties();text_var();style_var();"
onclick=""
autosize="none"
blur="0"
bordercolor=""
borderwidth="0"
background="false"
css=""
glow="0"
glowcolor=""
html="data:html_opties"
roundedge="0"
selectable="false"
shadow=""
textblur=""
textglow=""
textglowcolor=""
textshadow=""
parent="STAGE"
/>
|