Sie sind nicht angemeldet.

1

Donnerstag, 19. Mai 2011, 00:27

newbie question

Hi,

I bought krpano since last year and used all default. After I saw very good example site. I want to know where should I look at for the following things to do.

- How to hide all control buttons by clicking one button.
- How to show screen help when I click info button.
- How to make zoom scroll bar like in this site http://www.milotimbol.com/

Any sample xml file would be great help.

Thanks,
Wilco
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
my blog: http://mycasualsnaps.blogspot.com
my website: http://www.brac360.ky
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

2

Donnerstag, 19. Mai 2011, 06:50

Hi!

- How to hide all control buttons by clicking one button.
set(plgin.visible,false); - hide all plugins.
or
plugin name="papa"
plugin parent="papa"
plugin parent="papa"
set(plugin[papa].visible,false); - will hide "papa" group of plugins.

- How to show screen help when I click info button.
many many ways. it can be single image with info, or textfield.swf plugin with text.
mainly function is:
plugin name="info_btn" onclick="showinfo();"
action name="showinfo"
set(plugin[info].visible, true);

- How to make zoom scroll bar like in this site
get it here http://krpano.com/plugins/userplugins/cameracontrols/#top *thumbup*

Hope this help!

Andrey
VRAP - desktop VR content player based on krpano.
Common tasks in one place in one click! Discussion thread
DOWNLOAD for MAC
DOWNLOAD for WIN

3

Donnerstag, 19. Mai 2011, 14:13

Thanks Boss, I will try *smile*
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
my blog: http://mycasualsnaps.blogspot.com
my website: http://www.brac360.ky
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=