Sie sind nicht angemeldet.

immersium

Schüler

Beiträge: 66

Wohnort: Chambéry, Savoie, France

Beruf: GM Multimedia Company

  • Nachricht senden

21

Mittwoch, 22. Juli 2009, 23:27

Hi Bulp, thanks for your work, just tried your nice plugin.
Just one quick question: is there a way to active by default the autorotate button?
FYI I'm using controlmenuV3+notext.flv
Websites : Immersium
Facebook page : http://www.facebook.com/pages/Immersium/131615226886648
Nikon D300 + Nikkor 10.5mm + 360Precision Absolute
Gigapan + Canon G9

22

Donnerstag, 23. Juli 2009, 21:43

can you make one little planet shows on starts with auto rotate enabled so that the little planet opens up,could you also limit it so it doesent roll into a little planet once its unrolled,if you know what I mean.

thanks for your great work.


active by default the autorotate button starting with a little planet view limiting the hvof once rolled out


see example http://www.360mallorca.com/ click little planet

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Tim2420« (23. Juli 2009, 21:58)


23

Samstag, 25. Juli 2009, 04:13

Thank you Bulp.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »VN2009« (25. Juli 2009, 07:00)


bulp

Fortgeschrittener

  • »bulp« ist der Autor dieses Themas

Beiträge: 390

Wohnort: Malaysia

  • Nachricht senden

24

Sonntag, 26. Juli 2009, 16:25

Hi Bulp, thanks for your work, just tried your nice plugin.
Just one quick question: is there a way to active by default the autorotate button?
FYI I'm using controlmenuV3+notext.flv

hye immersum..
put this code into your 1st xml or plugin xml...

Quellcode

1
<autorotate enabled ="true"            waittime="10"            accel   ="0.4"            speed   ="3"            horizon ="0"            tofov   ="100"            />


just you will notice if the autorotate enabled in xml, it will overwrite the flashcontrolmenu, my controlmenu wont tick at the autorotate box...
still i cant figure out how to settle that... a twice click would be ok to stop autorotate.... *w00t*
can you make one little planet shows on starts with auto rotate enabled so that the little planet opens up,could you also limit it so it doesent roll into a little planet once its unrolled,if you know what I mean.

thanks for your great work.


active by default the autorotate button starting with a little planet view limiting the hvof once rolled out


see example http://www.360mallorca.com/ click little planet
hye Tim

this is what i do for littleplanet view at start...

Quellcode

1
2
3
4
5
6
7
8
<krpano version="1.0.8" onstart="action(start);" >
<action name="start">loadscene(scene1, null, MERGE);   delayedcall(5.0, normalview());    </action>
<action name="normalview">tween(view.hlookat, 360, 6.0, easeInOutQuad );tween(view.vlookat, 0,   6.0, easeInOutQuad );tween(view.fov,     100, 3.0, easeInOutQuad );tween(view.fisheye, 0.0, 2.7, easeInOutQuad, WAIT);delayedcall(1.0, action(FL10));
</action><action name="FL10">set(display.flash10,on);set(display.details,30)set(display.stillquality,HIGHSHARP) </action>

<scene name="scene1">
put image type link here...
<view stereographic="true"  fisheye="1.0"  fov="100"  fovmin="60"  fovmax="140"  hlookat="-0"  vlookat="90"  /> </scene>



or refer to the littleplanet example link that attach to the krpano1.0.8 beta 8 ... *thumbsup*

25

Montag, 3. August 2009, 21:00

<krpano version="1.0.8" onstart="action(start);" >
<action name="start">loadscene(scene1, null, MERGE); delayedcall(5.0, normalview()); </action>
<action name="normalview">tween(view.hlookat, 360, 6.0, easeInOutQuad );tween(view.vlookat, 0, 6.0, easeInOutQuad );tween(view.fov, 100, 3.0, easeInOutQuad );tween(view.fisheye, 0.0, 2.7, easeInOutQuad, WAIT);delayedcall(1.0, action(FL10));
</action><action name="FL10">set(display.flash10,on);set(display.details,30)set(display.stillquality,HIGHSHARP) </action>

<scene name="scene1">
put image type link here...
<view stereographic="true" fisheye="1.0" fov="100" fovmin="60" fovmax="140" hlookat="-0" vlookat="90" /> </scene>


If I wanted this in kmakemultires.templates folder so it its coded with every kemakemultires including the auto rotate and pre load pano how would I write the xml


This is what you provided...


<krpano version="1.0.8">
<!-- kmakemultires standard_skin.xml template -->


<!-- set initial view -->
<view hlookat="0" vlookat="0" fov="90" maxpixelzoom="2.00" fovmax="150" />


<!-- events - fullscreen button change, set cursor on start -->
<events onxmlcomplete="action(qtvrcursor);"
onenterfullscreen="set(plugin[openfs].visible,false); set(plugin[closefs].visible,true);"
onexitfullscreen ="set(plugin[openfs].visible,true); set(plugin[closefs].visible,false);"
/>


<!-- actions to change the mouse cursor -->
<action name="dragcursor">
set(plugin[dragmode].visible, false);
set(plugin[movemode].visible, true);
set(control.mousetype, drag2D);
set(cursors.url, %SWFPATH%/skin/drag-cursors.png);
set(cursors.type, drag);
set(cursors.move, 2|0|30|32);
set(cursors.drag, 37|0|30|32);
</action>

<action name="qtvrcursor">
set(plugin[dragmode].visible, true);
set(plugin[movemode].visible, false);
set(control.mousetype, moveto);
set(cursors.url, %SWFPATH%/skin/qtvr-cursors.png);
set(cursors.type, 8way);
set(cursors.move, 0|0|16|16);
set(cursors.drag, 16|0|16|16);
set(cursors.arrow_u, 32|0|16|16);
set(cursors.arrow_d, 48|0|16|16);
set(cursors.arrow_l, 64|0|16|16);
set(cursors.arrow_r, 80|0|16|16);
set(cursors.arrow_lu, 96|0|16|16);
set(cursors.arrow_ru, 112|0|16|16);
set(cursors.arrow_rd, 128|0|16|16);
set(cursors.arrow_ld, 144|0|16|16);
</action>


<!-- button showtext() style -->
<plugin name="ControlMenu" url="NEWButtonONLY-NOSwhite.swf" keep="true" align="centerbottom" />

<action name="reset">
tween(view.fovmax, 130.0, distance(179, 0.25), easeoutquad);
tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false); );
event:lookto(0,0,80);lookto(0,0,80);set(control.mousetype, moveto); set(hotspot.visible,true); set(autorotate.enabled,false);
</action>


<action name="rectview">
tween(view.fovmax, 155.0, distance(179, 0.25), easeoutquad);
tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false); );
</action>

<action name="fisheyeview">
tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
tween(view.fisheye, 0.0 ,distance(1.0, 0.20), easeoutquad,
set(view.stereographic,false);
set(view.fovmax,179);
tween(view.fisheye, 0.35, distance(1.0, 1.25));
);
</action>

<action name="stereofisheyeview">
tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
tween(view.fisheye, 0.0 ,distance(1.0, 0.10), easeoutquad,
set(view.stereographic,true);
tween(view.fisheye, 1.0, distance(1.0, 1.25));
tween(view.fovmax, 150, distance(179, 1.25));
);
</action>

<action name="littleplanet">
tween(view.architectural, 0.0, distance(1.0, 0.25), easeoutquad);
tween(view.fisheye, 0.0 ,distance(1.0, 0.10), easeoutquad,
set(view.stereographic,true);
tween(view.fisheye, 1.0, distance(1.0, 0.75));
tween(view.fov, 130, distance(179, 0.75), easeoutquad, set(view.fovmax,150););
tween(view.vlookat, 90, distance(179, 0.75), easeoutquad);
);
</action>

<action name="architectural">
tween(view.fovmax, 155.0, distance(179, 0.25), easeoutquad);
tween(view.architectural, 1.0, distance(1.0, 0.25), easeoutquad);
tween(view.fisheye, 0.0, distance(1.0, 0.25), easeoutquad, set(view.stereographic,false); );
</action>


<!-- the preview and pano image -->

[PREVIEW]

[IMAGE]

</krpano>




.............................


thanks,hope you got a few more paypal donates

bulp

Fortgeschrittener

  • »bulp« ist der Autor dieses Themas

Beiträge: 390

Wohnort: Malaysia

  • Nachricht senden

26

Donnerstag, 6. August 2009, 11:54

i will try later... never tried that code before but should be easy i think... ... wait ya Tim..



just found this sollutions...

make a copy of your standard_skin.xml for back up(better rename it to standard_skin_original.xml) and replace it with this xml.... (tested working *thumbsup* )

the standard_skin.xml file are located inside this folder >>krpanotools-1.0.8-beta8 subfolder >>kmakemultires.templates subfolder >>xml

standard_skin.xml << download this file




Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »bulp« (6. August 2009, 12:34)


Yomas

Fortgeschrittener

Beiträge: 190

Wohnort: Anglet, France

  • Nachricht senden

27

Donnerstag, 3. Juni 2010, 14:52

Hi bulb !!!
Firstly excuse my english I'm a froggy !
thank you for that great plugin ^^

I have two question (easy one and harder one ^^)

Could it be possible to set the combobox title in your plugin in french? ^^
Drag 2D = Déplacement 2D
Drag 3D = Déplacement 3D
and Moveto = Regarder vers

I'm using the No text version without little planet view ^^

thanks in advance !

My second question is more complicated...
I'm also trying to create my own plugin,
I've downloded a carousel ='http://www.flashkod.com/codes/MENU-CAR…ree source here (the Carroussel_AS3.fla version)

I have one problem getting the movie clip clicable, before importing krpano as3 inteface,
could you give me some help here please?

I'd like to use it in krpano but I'm more ease on AS2 :'(
Next I'd like to add it on the krpano user's plugin as you did.
I think this plugin would be very interesting for the community ^^

Pending read I'd wish you accept my best regards
My website: www.eboovisite.com, See me also on www.Viewat.com, Facebook and Twitter

bulp

Fortgeschrittener

  • »bulp« ist der Autor dieses Themas

Beiträge: 390

Wohnort: Malaysia

  • Nachricht senden

28

Mittwoch, 9. Juni 2010, 07:25

Hi bulb !!!
Firstly excuse my english I'm a froggy !
thank you for that great plugin ^^

I have two question (easy one and harder one ^^)

Could it be possible to set the combobox title in your plugin in french? ^^
Drag 2D = Déplacement 2D
Drag 3D = Déplacement 3D
and Moveto = Regarder vers

I'm using the No text version without little planet view ^^

thanks in advance !

My second question is more complicated...
I'm also trying to create my own plugin,
I've downloded a carousel ='http://www.flashkod.com/codes/MENU-CAR…ree source here (the Carroussel_AS3.fla version)

I have one problem getting the movie clip clicable, before importing krpano as3 inteface,
could you give me some help here please?

I'd like to use it in krpano but I'm more ease on AS2 :'(
Next I'd like to add it on the krpano user's plugin as you did.
I think this plugin would be very interesting for the community ^^

Pending read I'd wish you accept my best regards


hye Yomas..

i will msg u regarding my plugin.. im short in time to reply here...

and the link of ur corousel arent working.. paste it back

regards

bulp

29

Dienstag, 29. Juni 2010, 19:14

Pan and Tilt speeds of the Flash Control Panels...

Is there a way to adjust the speed of panning and tilting when the right, left, up and down buttons are clicked? Can this be done on xml?

Thanks,
Maz
Maz

Virtual Tour Group Inc.
VirtualTourGroup.com

30

Sonntag, 6. Februar 2011, 06:06

Text Change for HOME button

Hey Bulp,
Love your control panel. I also like the text option, but was wondering if you could make a quick option that has the "HOME" button with text labeled "Reset View" instead of "Reset All".
Reset all" leads people to believe it will return all settings to default (i.e. music, start sequence, images, etc.)
Thanks,
Tony

Also noted you had posted a "no solution" to the auto rotate problem for a need to "double tick" the auto rotate checkbox if someone has autorotate on start preset. Was just wondering if it would be possible to have a version of your flash file with the box already checked as if it had been done so by the user? Or did I miss a fix for this somewhere already. I like having tours set to auto rotate in case the viewer has never seen a tour before.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »nefar1ous« (7. Februar 2011, 03:36)