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
|
<plugin name="test_html5" devices="html5" url="%SWFPATH%/plugins/textfield.swf" keep="true"
zorder="10001"
align="center" width="400" height="325" x="0" y="0" visible="true"
html="data:test"
css="p{color:#FFFFFF; font-family:Arial; font-size:12; margin-left:5; margin-right:5; text-align:justify; }"
backgroundalpha=".2" backgroundcolor="0x000000" roundedge="5" borderwidth="0" glow="4" glowcolor="0xFFFFFF"
handcursor="true"
autosize="none"
selectable="false"
onloaded=""
onover=""
onout=""
onhover="showtext(Click to Close, csmall);"
onclick="action(close,intro); action(nomask,mask); set(hotspot[pop_contact].visible,true);"
/>
<data name="test">
<a>
<img src=""/>
</a>
<br/>
<p align="left">
This is a test, This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,<br/>
<br/>
This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,<br/>
<br/>
This is a test,This is a test,This is a test,This is a test,<br/>
This is a test,This is a test,This is a test,This is a test,<br/>
This is a test,<br/>
This is a test,<br/>
<br/>
This is a test,<br/>
This is a test,<br/>
This is a test,<br/>
<br/>
This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,<br/>
This is a test,This is a test,This is a test,This is a test,This is a test,This is a test,<br/>
<br/>
</p>
</data>
|