PDA

View Full Version : Floorplan Plugin staticY parameter?


tcoursey
10-27-2009, 12:50 PM
Does anyone know if Tommy's plugin for floorplans http://wirestam.com/panos/Flash/plugins/floorplan.html will allow manipulation to the staticY parameter? I know it doesn't natively (or at least the documentation doesn't show it)

Maybe there is a work around or another way. I am trying to make a floorplan that will Raise and Lower from the bottom left of the pano. I have a floorplan button that can be animted up and down to a certain point. I want the floorplan itself to follow along. I can set the alpha or visibility but I don't get the same effect.

Thoughts? Thanks.

allSaints
10-27-2009, 01:31 PM
tcoursey,

you are supposed to use the salign="xx" and margin="nn:nn" attributes. staticY is a FPP hotspot parameter.

See plugin page (http://wirestam.com/panos/Flash/plugins/floorplan.html).


Tommy

tcoursey
10-27-2009, 02:28 PM
Yes of course. I have the floorplan aligning correctly with those parameters, I just didn't know if there was a way to animate the position with an alternate parameter. I will see if those parameters are animatable.

Right now, I have just fallen back to a Visible attribute, so when the button is clicked it shows up, and when it's clicked again it appears. Like the demo.

Was just trying to add a little more zip to it, with some tweening! Thanks.