PDA

View Full Version : Tooltips coordinates


africano
11-26-2008, 09:16 AM
Hi, I cant find this anywhere although Im sure it must be....I reckon its a simple answer....but for the life of me I cant figure it out...How do you place the tooltips in the right place?¿ At the moment I have them working but they all appear in the top left handcorner of the pano and not over the hotspot?

EDIT: I also get a security error from flash 9!

limpid
11-26-2008, 09:58 AM
hi,

try to place the tooltips in the parameters
and an alternatif name to the hotspots.

<parameters>

panoName = files/evian
qualityMotion=low
qualityStatic=high
zoomMin=0.6
zoomMax=2
loaderTextColor=#FFFFFF
loaderBackColor=#5C5C5C
layer_1 = files/autorotator.swf
layer_2 = files/borders.swf
layer_3 = files/hotspots.swf
layer_4 = files/tooltips.swf

</parameters>

<box id="exitfullscreen" url="files/nav_exitfullscreen.swf" alt="Quitter le mode plein Ecran" static="1" visible="0" salign="BR" staticX="-23" staticY="-30" depth="99"
onOver= "scale=1.1,250,elastic" onOut= "scale=1"
onClick="fullscreen; visible=0; buttonMode=0;
fullscreen.visible=1; fullscreen.buttonMode=1"
/>


It's work for me...

D@m's [limpid]

africano
11-26-2008, 11:24 AM
ok, Ill try that...what about setting the security options? I get an error message, saying that the hotspots file has no access??

africano
11-26-2008, 01:15 PM
still having the same issue, here my code for the info button:

<spot id="info" url="images/info.png" alt="informacion" visible="1" alpha="0.5" static="1" salign="LB" align="BC" staticX="610.00" staticY="-4.00"

depth="1" onOver="alpha=1;blackground.alpha=0.6" onOut="alpha=0.5" onClick="infowindow.visible+=1;www.visible+=1"

altFont="Arial" altSize="14" altColor="0x000000" altFill="0xFFFFFF" altStroke="0x000000" altAlpha="0.05"altXOffset="-5" altYOffset="5"/>

The tooltips appear all in the same place, top left corner of pano window...:confused:

limpid
11-26-2008, 02:02 PM
maybe try to remove altAlpha, altStroke etc

<spot id="info" url="images/info.png" alt="informacion" visible="1" alpha="0.5" static="1" salign="LB" align="BC" staticX="610.00" staticY="-4.00"

depth="1" onOver="alpha=1;blackground.alpha=0.6" onOut="alpha=0.5" onClick="infowindow.visible+=1;www.visible+=1"
/>

And if it's work you will have to just change the tooltip's appearance in the tolltips.fla

africano
11-26-2008, 02:12 PM
ok, cheers, Ill have a go!

africano
11-26-2008, 03:07 PM
Nope, it hasnt worked for me....It still displays the tooltips but it shows them in the Top Left hand corner of the pano window....:confused:

siesfor
11-27-2008, 01:51 AM
do you have some place we can see this problem in action, or at least see your full xml? also, what is the security error you mentioned, saying? I'm pretty sure this problem is a first. The tooltips shouldn't need anything done to have them appear in conjunction with the hotspot.