|
|
Quellcode |
1 |
<style name="HOUZES" fillcolor="0xff0000" fillalpha="0.6" capture="false" changespot="true" borderwidth="0" bordercolor="0xaaaaaa" borderalpha="0.6" onover="tween(fillalpha,0.8);" onout="tween(fillalpha,0.6);" onclick="" ondown.touch="onover(); asyncloop(pressed, onhover(); );" onup.touch="onout();" /> |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<style name="poly_hotspot_text" onloaded.addevent="add_poly_hotspot_text();" />
<action name="add_poly_hotspot_text" scope="local">
addhotspot(auto,hs);
set(hs,
type=text,
bg=false,
enabled=false,
css='font-size:14px;color:#FFFFFF;',
html=get(caller.name)
);
caller.getcenter(hs.ath, hs.atv);
</action>
|
|
|
Quellcode |
1 |
style="poly_hotspot_text" |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
Quellcode |
1 2 3 4 5 6 7 8 |
set(hs,
type=text,
bg=false,
enabled=false,
zoom=true,
css='font-size:14px;color:#FFFFFF;',
html=get(caller.name)
);
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 |
set(hs,
type=text,
bg=false,
enabled=false,
distorted=true,
css='font-size:14px;color:#FFFFFF;',
html=get(caller.name)
);
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »msbojr« (18. November 2020, 21:32)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 |
set(hs,
type=text,
bg=false,
enabled=false,
distorted=true,
renderer='css3d',
css='font-size:14px;color:#FFFFFF;',
html=get(caller.name)
);
|