Hallo Klaus,
könntest du bitte mal ein Beispiel bereitstellen? Ich habe schon alles mögliche probiert.
Anbei ein Beispiel.
Code
<!-- skin_tooltip - style for the thumb, hotspot and mapspot tooltips -->
<style name="skin_tooltips"
onover="copy(layer[skin_tooltip].html, tooltip);
set(layer[skin_tooltip].visible, true);
tween(layer[skin_tooltip].alpha, 1.0, 0.1);
asyncloop(hovering, copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); ); action(stopPano);"
onout="tween(layer[skin_tooltip].alpha, 0.0, 0.1, default, set(layer[skin_tooltip].visible,false), copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); ); action(startPano);"
ondown.touch="onover(); asyncloop(pressed, onhover(); );"
onup.touch="onout();"
/>
<!-- the tooltip textfield -->
<layer name="skin_tooltip"
font="Arial" fontsize.no-mobile="20" fontsize.mobile="28" bold="true" italic="true"
background="true" backgroundcolor="0x333333" backgroundalpha="0.5"
border="false"
textcolor="0xFFFFFF"
padding="6 12"
roundedge="2"
origin="cursor"
edge="bottom"
textalign="none"
xoffset="0"
yoffset.no-touch="-5"
yoffset.touch="-40"
/>
Display More
Bekomme es aber nicht hin
Wäre dir sehr dankbar.
Lg