PDA

View Full Version : Borders just in one Pano!!!


robrockyeah13
11-27-2007, 07:57 PM
If i put the borders.swf plugin in one pano and from there i go by an hotspot to another pano, borders plugin is everywhere!
I'd like to have it only in the first pano.

Do i have to put something more in this?:

<borders>
pan_min = -40
pan_max = 40
tilt_min = -10
tilt_max = 80
</borders>

Thank you

Scott Witte
11-27-2007, 10:23 PM
robrockyeah13,

FYI, For questions like this you can search the term in the tutorial for a quick answer. For example searching "borders" in the hotspot tutorial you will find this code snippet: onClick="external.borders.pan_min=-40;external.borders.pan_max=40;" /> (sends new pan_min and pan_max to Borders plugin)
In other words, at whatever event you desire, you can change the borders parameters dynamically.

Hope that helps.

robrockyeah13
11-28-2007, 09:50 AM
Thank you,
You're right but for people like me who starts right now pano things it's quite impossible to understand some stuff because i really never did it before and the documentation they give you in the package is not so gratifying.
Thank you once again.