PDA

View Full Version : help with code, scaling - no experience are required


Steini Fjall
03-29-2007, 09:08 AM
hi can anyone help me out,

this code is not working out for me, but it was working in FLP ver 1,
I have been reading up trough the Hotspot documentation that came with ver 2
( No special programs and no experience are required. You can publish your panorama just by copying files. :? ) as stated on the front page :D

Well, but can't see what I'm doing wrong. I have no programs or experience and I'm just copying and pasting :o

I just trying to scale my logo, I can see the logo but nothing happens.

Sorry just stranding out but would appreciate you help!

Here is the code

<spot id="logo.png" static="1" staticAlign="RB" align="RB" staticX="-4" staticY="-4" scaleX="0.2" scaleY="0.2" url="logo2.png" onOver="change:-, scaleX,1,300; change:-,scaleY,1,300;"onOut="change:-,scaleX,0.2,700, bounce; change:-,scaleY,0.2,700, bounce; "onClick="openUrl:http://www.kulumyndir.com/" />

Someone, anyone, please...

Thanks

Stone

Denis
03-29-2007, 04:11 PM
Change id="logo.png" to id="logo_png". New version forbids "." inside identifier. :)

By the way, although the old syntax ("change:" and so on) works for FPP 2.0, better use new syntax. Old syntax will be disabled for future releases.