What event to set hotspot that the text was visible always, instead of appeared at prompting of a mouse?
I tried instead of event onhover, event onload, but does not work
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
<hotspot name="spot7"
url="skin/hotspot_ani.swf"
ath="72"
atv="10"
scale="1"
zoom="true"
blendmode="invert"
onhover="showtext(hall);"
onclick="action(moveto7);"
/>
|