PDA

View Full Version : Hotspot Link to Java-Based GIS


Alex.Ho
04-28-2008, 12:16 PM
Hi,

Is it possible to link the following 3 actions within a hotspot for FPP

1) On click, it loads another panorama. (Obvious Yes! here) And simlulatenously
2) Update position on a mapping solution running on Java and
3) Update information within another frame.

Thanks in advance :)

Cheers,

Alex

cheathamlane
04-30-2008, 02:26 AM
Hmmm

You'll need to use, probably, Javascript as the go-between from your FPP presentation to the other frame and/or Java map. Look into using ExternalInterface, etc.

DavidFantasy
05-01-2008, 06:10 PM
Hello everybody,

I want to give "interactivity" to the hotspots, so if I click on one of them something occurs in the main animation, (a menu appears, or the animation jumps to a specific frame). I thought it was easier!

What I want is that the 360 panorama lies in the bak and then setup a sort of interface in front of it, with some menu bars, windows that open, close, etc. Well, I followed the "embed" and "hotspots" examples but now I'm stuck :(

How can I "order" that a mouse-action given to a hotstop makes something in the main animation? Must I use javascript or something similar in the XML? I'm not very good programming so I'm a bit lost doing things like that.

Thanks in advance to anybody that can give me some advice :rolleyes: