You are not logged in.

nelk

Intermediate

Posts: 358

Location: Paris

  • Send private message

61

Thursday, April 9th 2009, 9:23am

Great !

You make a very good job Klaus ! :-)

Bt the way ... what is dec() ?
VideoStitch, a video stitching engine / blog sur les visites virtuelles ( french ).

Zephyr

Professional

Posts: 1,003

Location: Netherlands

Occupation: Web developer

  • Send private message

62

Thursday, April 9th 2009, 10:10am

Great !

You make a very good job Klaus ! :-)

Bt the way ... what is dec() ?


I think it's decreace ;) 1 - 1 xD

63

Thursday, April 9th 2009, 10:51am

RE: krpano 1.0.8 beta 7

What's left for the final 1.0.8 version:
  • videoplayer plugin (will follow in the next days)
  • 3D distorted hotspots
  • optional automatic flash9/flash10 switching for best performance on all systems
  • others fov types (hfov,vfov,dfov,mm,zoom)
  • more customizable progressbar
  • encrypted external images
  • add the "keep multires level" option again
  • adjustable sharpen effect
  • controllable filters/effects (glow,shadow,blur...) for plugins/hotspots
  • new mouse control mode
  • cylindrical QTVRs
  • complete new editor with much more possibilities
  • updated and new plugins
  • finished kprotect tool
  • kprotect command line tool
  • linux versions of the tools
  • docu / examples
  • updated website
  • ...?
Klaus,
I just want to revive this topic : How camera without to click mouse button.
I'm very interested in this *love* (for my website interface) !
Regards,

David

Edit : maybe is it the "new mouse control mode" ? Great !

This post has been edited 1 times, last edit by "sagedavid" (Apr 9th 2009, 11:25am)


kimblarsen

Beginner

Posts: 47

Location: Oslo, Norway

Occupation: digital artist, production designer, architect, photographer

  • Send private message

64

Friday, April 10th 2009, 12:34am

Klaus,
I just want to revive this topic : How camera without to click mouse button.
I'm very interested in this *love* (for my website interface) !
Regards,

David

Edit : maybe is it the "new mouse control mode" ? Great !


http://www.krpano.com/forum/wbb/index.ph…D=2072#post2072

K
Kim Baumann Larsen
Placebo Effects | 3d photo film design

65

Wednesday, April 15th 2009, 10:42am

Hi,

I have added some hotspots to the scenes example to show how to make
a small and simple tour with scenes:

http://krpano.com/examples/108b7/examples/scenes/scenes.html

XML:
http://krpano.com/examples/108b7/examples/scenes/scenes.xml

best regards,
Klaus

Shanti

Intermediate

Posts: 301

Location: Puerto Vallarta

Occupation: Web Developer

  • Send private message

66

Wednesday, April 15th 2009, 10:56am

Now scenes make perfect sense to me!

this is great ! perfect for a project I am working on :D

Z360

Beginner

Posts: 7

Location: Zeeland, Netherlands

Occupation: Media Artist

  • Send private message

67

Wednesday, April 15th 2009, 11:48pm

Nice

Nice stuff Klaus!
I'm still in love with the fisheye though..

nelk

Intermediate

Posts: 358

Location: Paris

  • Send private message

68

Friday, April 17th 2009, 4:23pm

The possibility to embed krpano.swf in another Flash or Flex application isn't plan for 1.0.8 ?

This is difficult to program ?
VideoStitch, a video stitching engine / blog sur les visites virtuelles ( french ).

Graydon

Professional

Posts: 614

Location: Texas

Occupation: Industrial gas turbine services.

  • Send private message

69

Sunday, April 19th 2009, 7:22am

tween to $varA not working?

I'm playing around again with the tweens... and the tween to $var doesn't seem to be working.

here's the action code:

Source code

1
2
3
4
5
<action name="test">
  set($vara,90);
  trace($vara);
  tween(hotspot[sphere1].ath,$vara);
</action>

The action is called from the onclick for hotspot sphere1.


The debug box correctly shows 90 from the trace function... but the hotspot always tweens back to 0

Here's what I'm using in Firefox...
INFO: krpano 1.0.8 beta 7 (build 2009-04-08)
INFO: Flashplayer WIN 10,0,22,87 PlugIn

70

Sunday, April 19th 2009, 11:36am

krpano in between scripting an programming

Dear Klaus!
I switched from fpp to krpano and i am really enthusiastic over its possibilities.
Now - considering all the features of your tool - a conceptional question comes to me:
It seems to be possible to code complex tours now with the only use of your xml-interface. No need to have actionscript in mind (for many tour-programmings)?
What is the borderline - any experience or advices when to leave single xml-scripting for adding actionscript and what to leave inside xml?

For me scripting is what i got with fpp (OK, it´s a little bit more...) but, Klaus, what You´ve done for us with krpano is MUCH more:
Having tools like user defined variables, conditional actions ("if...") and all other features krpano is in between scripting and programming. And more and more it grows to a complete set of programming commands that could superfluous the need of as3 for this particular case of assembling panos to a perfect tour...
On the other hand there are some things missing to reach out for this:
Beside conditions one would for instance need loops too (eg. "for-next" ...) and may be some other basics more.
Do you have plans for this direction of development in future?
best regards from www.PanAustria.com

rey

Trainee

Posts: 48

Location: Tallinn, Estonia

Occupation: 360VR photographer

  • Send private message

71

Monday, April 20th 2009, 5:57pm

Hi Klaus!

I re-develop my personal portfolio site to be based on krpano player. Found some bugs in 1.0.8 beta 7

1. When I load huge amount of data into player, sometimes I get error (in Mozilla, Safari and Chrome, but no in IE)

TypeError: Error #1009: Cannot access a property or method of a null object reference. at kflashpano::Kloader/loader_complete()

2. Function showtext(). I escape-coded all special characters to hex code, double-checked XML and see %2C instead of "," but got error "bla-bla-bla textstyle is not found" on phrases after %2C

72

Monday, April 20th 2009, 8:17pm

Hi,
The possibility to embed krpano.swf in another Flash or Flex application isn't plan for 1.0.8 ?

This is difficult to program ?
this is planed for the 1.0.9 release, it's not difficult not needs some other things done first,
(pano area, clipping, plugin alignments, mouse/keyboard control, ...)

I'm playing around again with the tweens... and the tween to $var doesn't seem to be working.

<action name="test">
set($vara,90);
trace($vara);
tween(hotspot[sphere1].ath,$vara);
</action>
the "$" is the special flag for the tween() action to identify a variable,
so the "$" should be used only there
e.g.

Source code

1
2
3
set(vara,90);
trace(vara);
tween(hotspot[sphere1].ath,$vara);

73

Monday, April 20th 2009, 8:27pm

It seems to be possible to code complex tours now with the only use of your xml-interface. No need to have actionscript in mind (for many tour-programmings)?
What is the borderline - any experience or advices when to leave single xml-scripting for adding actionscript and what to leave inside xml?
Hi,

the "borderline" - hmm, difficult to say, this really depends on the needs,

my aim is that everything what is needed for a tour should be possible to do with the xml
and maybe some additional basic plugins (textfield, soundinterface, ...)

for complex or specially performance related things, where a lot of elements needed to be
controlled AS3 would be still the better way,

For me scripting is what i got with fpp (OK, it´s a little bit more...) but, Klaus, what You´ve done for us with krpano is MUCH more:
Having tools like user defined variables, conditional actions ("if...") and all other features krpano is in between scripting and programming. And more and more it grows to a complete set of programming commands that could superfluous the need of as3 for this particular case of assembling panos to a perfect tour...
On the other hand there are some things missing to reach out for this:
Beside conditions one would for instance need loops too (eg. "for-next" ...) and may be some other basics more.
Do you have plans for this direction of development in future?
yes, that's planned
I have already played with a "for", but I'm not sure about the best syntax and the best way
to use it at the moment,

best regards,
Klaus

74

Monday, April 20th 2009, 8:39pm

Hi,
re-develop my personal portfolio site to be based on krpano player. Found some bugs in 1.0.8 beta 7

1. When I load huge amount of data into player, sometimes I get error (in Mozilla, Safari and Chrome, but no in IE)

TypeError: Error #1009: Cannot access a property or method of a null object reference. at kflashpano::Kloader/loader_complete()
that's interesting! what is a "huge amount of data" ?
do you dynamically adding and removing plugins or hotspots?
can you show the example where this happens?


2. Function showtext(). I escape-coded all special characters to hex code, double-checked XML and see , instead of "," but got error "bla-bla-bla textstyle is not found" on phrases after ,
how and where do you call showtext?
sometimes it could be necessary to use %% characters instead of one %,
e.g. in <action>:

Source code

1
set(plugin[..].onhover, showtext(test %%2C test) );

this is because in a action the % character is used for the "parameters"

best regards,
Klaus

75

Monday, April 20th 2009, 8:50pm

Hi -
..sounds good; i am looking forward very optimistic to the ongoing development!
For the moment i have to speed up my learning courve...

btw: the new "copy(...)"-command confused me a little bit -
inside an action:

Source code

1
set(plugin[pFocus].x,plugin[%1].x)

did not work, but

Source code

1
copy(plugin[pFocus].x,plugin[%1].x)

did!
what is teh difference?
best regards from www.PanAustria.com

76

Monday, April 20th 2009, 9:54pm

Hi,

yes, currently set() sets only the given value,
the 2. parameter of set() is currently not parsed, it was set as it is,

see also here:
http://krpano.com/forum/wbb/index.php?pa…tID=800#post800

but I think, it should be possible to change this behavior in future
that this will work

best regards,
Klaus

77

Monday, April 20th 2009, 10:56pm

is showtext 1st parameter parsed?

OK, i understand;

is it the same with "showtext()"?
... this evening i tried to have dynamically changing textlines inserted (always the same position).
Want to have all textlines easy editable for future use and "included" a unique scTitles.xml with data tags:

Source code

1
2
3
4
5
6
7
<data name="scTitel_01">
	Das ist das erste Panorama
</data>     	

<data name="scTitel_02">
	Das ist schon das nächste...
</data>

but
using

Source code

1
2
3
showtext(data[scTitel_01].content, textstyle) or

showtext(get(data[scTitel_01].content), textstyle)

does not work!
Is this argument of showtext() also left for parsing or what is wrong in my code?
best regards from www.PanAustria.com

78

Monday, April 20th 2009, 11:12pm

yes, the same here, this is currently not parsed,

I still need to design a general interface for getting variables for the usage in other functions
maybe via get() or maybe a little bit different...
and maybe already in the next release

at the moment you can only dynamically change the whole onhover content,
e.g.

Source code

1
set(hotpot[spot1].onhover, showtext(......) );

or:

Source code

1
copy(hotpot[spot1].onhover, data[scTitel_01].content);


good night!
Klaus

79

Monday, April 20th 2009, 11:29pm

this workaround will do, thanks!
best regards from www.PanAustria.com

rey

Trainee

Posts: 48

Location: Tallinn, Estonia

Occupation: 360VR photographer

  • Send private message

80

Monday, April 20th 2009, 11:43pm

that's interesting! what is a "huge amount of data" ?
do you dynamically adding and removing plugins or hotspots?
can you show the example where this happens?
This error appear not always. Probably at first run in mozilla-based browsers.
page: http://www.360pano.eu/all
main XML: http://www.360pano.eu/all/show
thumbs XML: http://www.360pano.eu/all/thumbs

how and where do you call showtext?
page: http://www.360pano.eu/all/index1
main XML: http://www.360pano.eu/all/show1
it not work with %% too.