You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

21

Friday, September 2nd 2011, 12:37pm

What a great job, Klaus ! ! !

thanks a lot *thumbsup*

22

Friday, September 2nd 2011, 1:13pm

Great work

Nice work on the update also fixed the post i made earlier today

Now im new to using Krpano where would one find a guide to make the videos work on the iphone step by step somethign ive never done before for any tours or videos.

23

Friday, September 2nd 2011, 4:21pm

Another question:

"XML Encryption for Flash and HTML5"

HTML5: This is great, thanks... *thumbsup*

I'm already using your encryption system for the flash viewer for a long time, but there I encrypt the pictures too.

Is it possible to encrypt the panoramas (the .jpg-s) for the js viewer somehow?

(If not: Do you plan a jpg encrypt feature for the js viewer?)

Thanks...

Posts: 96

Location: Venezia

Occupation: interactive pictures

  • Send private message

24

Friday, September 2nd 2011, 4:41pm

I LOVE KRPANO!
Just in time.
I deliver the tpour today!!!
:-D

Luca and Chiara.

sachagriffin

Professional

Posts: 1,234

Occupation: Virtual Tours - Photography - Krpano developer

  • Send private message

25

Friday, September 2nd 2011, 4:52pm

So if distorted hotspots are now in JS... does this mean we can do multiresolution now?
KRPano Developer: Portfolio :: Facebook :: Twitter

Posts: 96

Location: Venezia

Occupation: interactive pictures

  • Send private message

26

Friday, September 2nd 2011, 5:25pm

Windows 64 version:
Win XP64, the thing says it can' t recognize kmakemultires as a program and it hangs

jschrader

Intermediate

Posts: 197

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

27

Friday, September 2nd 2011, 5:48pm

Seems someone didn't check what Klaus packed into the package ;)
kmakemultires.exe is missing, but it works if you copy the one from the beta.
Work on your own risk *g*

JPC

Beginner

Posts: 38

Location: Paris

Occupation: Photographies and media

  • Send private message

28

Friday, September 2nd 2011, 6:13pm

on iphone there is no problem with video player distorded but i have a bugg on iphone 4 the video is playing in a new quicktime window flat ? my file is a m4v…

does someone have the same pb ?


JPC?

29

Friday, September 2nd 2011, 6:26pm

Hi,
Windows 64 version:
Win XP64, the thing says it can' t recognize kmakemultires as a program and it hangs
kmakemultires.exe is missing
right, the kmakemultires file is missing in the windows 64bit version - sorry, I don't know how this could happen... please download again, now it's there.

on iphone there is no problem with video player distorded but i have a bugg on iphone 4 the video is playing in a new quicktime window flat ? my file is a m4v…
the video will open fullscreen (not in a new window) - but this is the standard behavior on the iPhone (only there) when playing videos and there is no way to change that,

best regards,
Klaus

michel

Professional

Posts: 1,151

Location: ANDORRA

Occupation: TV

  • Send private message

30

Friday, September 2nd 2011, 7:11pm

Hi Klaus,

Sorry to be a killjoy ...
I just tried opening locally the video-hotspot.html example with Safari, useragent iOS - 4.3.3 - iPad... And the video does not show, neither the poster does *huh* ...
A note, the console of the Web Inspector is reporting:
TypeError: 'undefined' is not a function (evaluating 'b.pause()')

SAlut.

JPC

Beginner

Posts: 38

Location: Paris

Occupation: Photographies and media

  • Send private message

31

Friday, September 2nd 2011, 8:48pm

sorry there is a mistake in my sentence it is well on Ipad 2 that it works perfectly and in this case the result is really impressiv,

but when you said "only there" is it on yours and my iphone it wont works, or with the iphone from everybody in the world ?

seriously there is nothing to do to see distorded video hotspot on iphone ?

Best Regards ?

Karotte

Beginner

Posts: 37

Location: Leipzig

Occupation: Selbständig

  • Send private message

32

Friday, September 2nd 2011, 9:18pm

Great work!
A lot of stuff I always wanted is now included - thank you so much!

I resently spent quite some time getting shadowbox to work on an iPad 2 just to use it for a projekktor video player. Now it's included in the release *w00t*
If only we could get a better sound interface for iDevices - my world would be a little better ;-)

Best regards,
Marcus

This post has been edited 1 times, last edit by "Karotte" (Sep 3rd 2011, 10:00am)


image360

Intermediate

Posts: 177

Location: Austin, TX and Chicago, IL

Occupation: Photographer

  • Send private message

33

Saturday, September 3rd 2011, 3:13am

Yea!

And I thought every one in Europe went on Holiday in August - seems not to to be.

Thank you for making the best better!

Robert

jschrader

Intermediate

Posts: 197

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

34

Saturday, September 3rd 2011, 1:10pm

Hi Klaus,

Sorry to be a killjoy ...
I just tried opening locally the video-hotspot.html example with Safari, useragent iOS - 4.3.3 - iPad... And the video does not show, neither the poster does *huh* ...
A note, the console of the Web Inspector is reporting:
TypeError: 'undefined' is not a function (evaluating 'b.pause()')

SAlut.


Confirmed :(
I made a quick test yesterday to get a distorted video hotspot on my iPad.
On Desktop it works as expected.
On iPhone it runs like described above on fullscreen when clicking.
On iPad it just shows either the first frame or the poster (can't tell as they look the same in may case) but video doesn't run.
I tried with pausedonstart="false" and also with pausedonstart="true" but onvideoready="play()", also tried the videoplayer.js in root.

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<hotspot name="video1"
        url="plugins/videoplayer.swf"
        alturl="videoplayer.js"
        videourl="video.flv"
        altvideourl="video.m4v"
        posterurl="videoposter.jpg"
		 distorted="true"
		 ath="0.0" atv="0.0"
		 width="249.066002"
		 height="186.799502"
		edge="lefttop"	
		ox="-216.06"
		 oy="-118.31"
         
        pausedonstart="false"
        loop="true"
        volume="1.0"
        buffertime="0.1"
        updateeveryframe="false"
        onvideoready=""
        onvideocomplete=""
        />

jschrader

Intermediate

Posts: 197

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

35

Saturday, September 3rd 2011, 1:26pm

I can get the video to run on the iPad if I use an onclick="play()" - unfortunately it ignores the loop="true" and runs only once for each click.
One step ahead, but far from being perfect. But this feature is so drop-dead-cool, and I am sure Klaus (our Saint) will soon have a fix *squint*

michel

Professional

Posts: 1,151

Location: ANDORRA

Occupation: TV

  • Send private message

36

Saturday, September 3rd 2011, 8:24pm

Hi,
Sorry to be a killjoy ...
I just tried opening locally the video-hotspot.html example with Safari,....
So, I have tried with an other PC and it work now... Do not know why it does not before, sorry *unsure* ...
I have tried also on an iPad2, and it works... Really cool Klaus *thumbsup* ...

I can get the video to run on the iPad if I use an onclick="play()" - unfortunately it ignores the loop="true" and runs only once for each click.
Yes, this seems to be right... the loop="true" is ignored....
A workaround could be to use the event onvideocomplete to simulate an loop action...
Something like this:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
	<!-- note - the url of the video must be always relative to the main krpano swf file -->
	<hotspot name="videospot" 
			 url="%SWFPATH%/plugins/videoplayer.swf" 
			 alturl="%SWFPATH%/plugins/videoplayer.js" 
			 videourl="%SWFPATH%/examples/plugin-examples/video-hotspot/cats-short.flv"
			 altvideourl="%SWFPATH%/examples/plugin-examples/video-hotspot/cats-short.m4v"
			 posterurl="%SWFPATH%/examples/plugin-examples/video-hotspot/poster.jpg"
			 distorted="true"
			 ath="0"
			 atv="0"
			 edge="center"
			 scale="1.0"
			 rx="0"
			 ry="0"
			 rz="0"
			 pausedonstart="true"
			 directionalsound="true"
			 range="110"
			 volume="0.7"
			 onhover="if(ispaused, showtext(click to play, videohoverstyle), showtext(click to pause, videohoverstyle));"
			 onclick="togglepause();"
			 
			 pseudoloop="true"
			 onvideocomplete="if(pseudoloop , play() );"
			 />

I have tried this and it works *smile* ...

SAlut.

jschrader

Intermediate

Posts: 197

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

37

Saturday, September 3rd 2011, 11:01pm

Haha! Life is so easy if you know how to cheat *w00t*
Thank you Michel!

tylerphotos

Beginner

Posts: 20

Location: Ponca City, OK

Occupation: College Student

  • Send private message

38

Sunday, September 4th 2011, 12:37am

Thank you!

Hey Klaus!

You are the best! Thank you so much for updating everything and working so hard. :-)

I hope that the Google Maps API deprecation does not affect you or the krpano adversely. It's a pity they stopped supporting it. Just heard about it today: http://techcrunch.com/2011/09/02/google-…-api-for-flash/

Thanks again! I can't wait to make more with your beautiful engine.

39

Sunday, September 4th 2011, 8:42pm

Distorted Cropped Hotspot

Is this new update contains distorted hotspot with a cropped image?
Great Work,
Best Regards Klaus

40

Monday, September 5th 2011, 7:00pm

RE: krpano 1.0.8.14

Below a detailed list about all news and changes compared to version 1.0.8.12 (sorry, it's a long list )
Don't apologize for that ;-) Great work! Can't wait to start using it.
PanoTag: Facebook tagging for krpano

KRPano development and more: http://www.digisfera.pt/en/development

Rate this thread