Hi rsalanova,
Hi, anyone knows if is posible to use text as hotspot without use an image?
Yes, you can use the
textfield plugin as
hotspot ...
Try this:
|
Source code
|
1
2
3
4
5
6
7
8
|
<hotspot name="textfieldhotspot" url="%SWFPATH%/plugins/textfield.swf"
width="100" height="20"
ath="0" atv="0"
html="[p]Helo[/p]"
css="p{color:#000000; font-family:Arial; font-weight:bold; font-size:14; margin-left:5; margin-right:5; text-align:center; }"
backgroundcolor="0xFFFFFF" roundedge="5" shadow="1" borderwidth="0" glow="4" glowcolor="0xFFFFFF"
autosize="center"
/>
|
More info about hotspot attributes
http://krpano.com/docu/xml/#hotspot
More info about textfield attributes
http://krpano.com/plugins/textfield/
Or use text to anotate the panorama image using the text styles?
Have a look at the scene example that come with krpano download...
You will see this action:
|
Source code
|
1
|
showtext('[b][i]scene 1[/i][/b]', infostyle);
|
More info about showtext action
http://krpano.com/docu/actions/#showtext
Hope this can help.
Salut.