Hi,
I use the google earth logo in a textfield plugin. I'd like to add a roll over when the mouse comes over. My problem is that in a Vtour, i need to open different ".kmz" each time. The only way i found to open a .kmz is to use a textfield. I can give it effects, but how to tween a variable' effect when mouse comes over ?
<plugin name="google" url="plugins/textfield.swf"
visible="true"
align="lefttop"
keep="false"
effect="glow(0xffff73,0.5,4,2);dropshadow(1,0x000000,3,0.5);"
edge=""
width="55"
height="55"
x="15" y="3"
zorder="8"
alpha="0.0"
onover=""
onloaded="tween(plugin[google].alpha, 0.7, 2);"
background="false"
html="data:htmldata1"
selectable="true"
/>
<data name="htmldata1">
<a href="Capitainerie.kmz"><img src="skin/google_earth_logo.png" /></a>
</data>
I've tried with tween, set etc.; not working !! I don't know how to write a css in this case.
MAny thanks.