Using text as hotspot or introducing text in the panorama

  • Hi rsalanova,

    Quote

    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:

    Code
    <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 https://krpano.com/docu/xml/#hotspot
    More info about textfield attributes https://krpano.com/plugins/textfield/

    Quote

    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:

    Code
    showtext('[b][i]scene 1[/i][/b]', infostyle);


    More info about showtext action https://krpano.com/docu/actions/#showtext

    Hope this can help. *wink*

    Salut.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!