You are not logged in.

martinvh

Beginner

  • "martinvh" started this thread

Posts: 24

Location: Utah, USA

  • Send private message

1

Friday, April 12th 2013, 8:08am

Showload not displaying in 1.16.1

Hi All,

For some reason showload is not displaying for me with version 1.16.1 Here is my xml code.

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<progress showload="auto(center,250,5,0,10,shaded,
                    	0x000000,0x999999,0x666666)"
      	showwait="none"
      	showreloads="false"
      	parent=""
      	/>
	<plugin name="load" url="load.png" 
	  	zorder="1"
	  	align="center"
	  	x="0"
	  	y="0"
	  	visible="true"
	    	/>
	<events onloadcomplete="set(plugin[load].visible,false);"
			/>]


What am I overlooking? This same code worked for me in the previous version.

Thanks,

Martin

martinvh

Beginner

  • "martinvh" started this thread

Posts: 24

Location: Utah, USA

  • Send private message

2

Friday, April 12th 2013, 9:24am

I have found the answer to my question in a post by HansNyb. Progress functions are not supported in html5. Version 1.16.1 now sets html5 to "prefer", where previously it was set to "auto" Obviously one could change this if desired.

If I reply to my own question, is that the same as talking to myself???

Thanks,

Martin

3

Friday, April 12th 2013, 10:06am

Hi,

Progress functions are not supported in html5.
Right, the internal <progress> animations are not supported in the html5 and there are also currently no plans to support them there.

But therefore by using the 'progress.progress' value and some xml code and graphics, it would be possible to show/draw any kind of custom loading animation - that means this way this would be much more customizable and it works automatically the same for flash and html5.

E.g. see this example - it shows 3 different loading animations:
http://krpano.com/examples/116/examples/…s/progress.html

The example is also included in the viewer download package.

Best regards,
Klaus

martinvh

Beginner

  • "martinvh" started this thread

Posts: 24

Location: Utah, USA

  • Send private message

4

Friday, April 12th 2013, 7:34pm

Thanks Klaus,

Is it possible to have a stillquality/sharpen function with html5?

Thank you for a great program!

Martin

5

Sunday, April 14th 2013, 12:29pm

Hi,
Is it possible to have a stillquality/sharpen function with html5?
With CSS3D - no.
With WebGL - at the moment this is not possible, but I'm planing to try implementing that - that means maybe in future releases.

Best regards,
Klaus