Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: krpano.com Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

Montag, 18. Januar 2010, 12:14

full screen and other auto features

Hi

I was wondering if you could help me with the following.

First I want my panorama to open in browser in full screen from the very beggining.

Other, there are 2-3 panoramas, I like other to open automatically some time after the first one, ie. make a completely maintenance-free presentation, that could run without user interactions.

Thanks in advance
Raulo

Tuur

Erleuchteter

Beiträge: 3 839

Wohnort: Netherlands

Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Nachricht senden

2

Montag, 18. Januar 2010, 12:18

Hi Raulo,

opening in fullscreen is not possible!! (flash security)

you can make that when they click away something like an textfield or so mak it go fullscreen..

making an auto tour is not that difficult.. here an example code...

Quellcode

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<krpano version="1.0.8">






<action name="moveto1">
		
		action(startloading);
	 
		action(load1);
		lookat(170,1,50);
	    wait(blend);
	    oninterrupt(action(lookinterrupt));
		
	    lookto(0,1,60,smooth(5,5,5));
		lookto(0,0,20,smooth(50,50,50));
		
		action(load2);
		lookat(227,-1,45);
	    wait(blend);
		wait(3);
	    lookto(356,-1,55,smooth(5,5,5));
		lookto(68,-1,50,smooth(5,5,5));
		lookto(68,-1,10,smooth(50,50,50));
		
		action(load3);
		lookat(60,0,40);
	    wait(blend);
		wait(3);
	    lookto(240,0,40,smooth(5,5,5));
		lookto(240,0,10,smooth(40,40,40));
		
		

		
		action(load5);
		lookat(234,13.8,67);
	    wait(blend);
		wait(3);
	  	
		lookto(58,1,50,smooth(10,10,10));
		lookto(58,1,10,smooth(10,10,10));
		
		
		action(load6);
		lookat(134,5,40);
	    wait(blend);
		wait(3);
	    lookto(134,5,40,smooth(10,10,10));
		lookto(204,46,30,smooth(10,10,10));	
		lookto(331,-4.5,30,smooth(10,10,10));	
		lookto(13,-14,30,smooth(10,10,10));	
		lookto(242,-3,50,smooth(10,10,10));
		lookto(242,-3,10,smooth(10,10,10));		
		
		action(load7);
		lookat(277,-9,50);
	    wait(blend);
		wait(3);
	    
		lookto(115,-1,40,smooth(10,10,10));
		lookto(45,-8,40,smooth(10,10,10));
		lookto(15,-38,10,smooth(10,10,10));
		
		
		action(load10);
		lookat(61,21,20);
	    wait(blend);
		wait(3);
	    lookto(-180,0,60,smooth(40,40,40));
		lookto(-3,-2,60,smooth(10,10,10));
		lookto(83,3,30,smooth(10,10,10));
		
		
		
		action(load11);
		lookat(83,2,51);
	    wait(blend);
		wait(3);
	    lookto(-5,-23,64,smooth(10,10,10));
		lookto(-109,4,66,smooth(10,10,10));
		lookto(-46,0,30,smooth(10,10,10));
		
			
			
			action(load9);
		lookat(-183,0,58);
	    wait(blend);
		wait(3);
	    lookto(-49,30,30,smooth(10,10,10));
		 lookto(16.5,-23.3,30,smooth(10,10,10));
		 lookto(18,24,36,smooth(10,10,10));
		 lookto(127,2,62,smooth(10,10,10));
		
		
		action(load10);
		lookat(61,21,40);
	    wait(blend);
		wait(3);
	    lookto(61,21,10,smooth(10,10,10));
		
		
		
	
		
		action(load7);
		lookat(20,-38,10);
	    wait(blend);
		wait(3);
	    lookto(14,0,62,smooth(10,10,10));
		lookto(-8,1,20,smooth(10,10,10));
		
		
		action(load8);
		lookat(-53,0,46);
	    wait(blend);
		wait(3);
	    lookto(-176,2,30,smooth(10,10,10));
		lookto(-259,3,20,smooth(10,10,10));
		
		
		action(moveto1);
	    action(loadingdone);
    </action>
	

	
	




    
</krpano>


i hope this helps

Tuur *thumbsup*

Tuur

Erleuchteter

Beiträge: 3 839

Wohnort: Netherlands

Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Nachricht senden

4

Dienstag, 19. Januar 2010, 10:51

thank you very much for your help. I really appreciate that.

Ähnliche Themen