Sie sind nicht angemeldet.

1

Mittwoch, 21. Juli 2010, 13:59

google maps problem

Hi
I have a map 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
	<plugin name="showmap" 
	    	keep="true"
	    	url="googlemaps-logo.png"
	    	align="lefttop"
	    	onclickA="set(state,'A'); tween(plugin[map].x,0%); tween(area.x,25%); tween(area.width,75%);"
	    	onclickB="set(state,'B'); tween(plugin[map].x,-25%); tween(area.x,0%); tween(area.width,100%);"
	    	onclick="if(state == 'A', onclickB(), onclickA() );"
	    	/>


  <plugin name="mapa" 
      	url="%SWFPATH%/plugins/googlemaps.swf"
      	keep="true"
      	visible="false"
      	zorder="2"
      	handcursor="false"
      	align="leftbottom" 
	    	x="0" 
	    	y="0"     	
      	width="400"
      	height="100%"
      	key="ABQIAAAAfre8NtNgXRPsXWJuETCmGxQOgsERVCzA039XSdnOj-G1yTHARBSxHKf_QBEapHo2bn0_CBb5bISJrw"
      	lat="52.418496"
				lng="17.920334"
				zoom="18"
				maptype="SATELLITE"      	
      	dragging="true"
      	scrollwheel="true"
      	continuouszoom="false"
      	keyboard="false"
      	crosshairs="false"
      	>  	
	<radar visible="true"
      	size="900"
      	alpha="0.5"
      	fillcolor="0xFFFFFF"
      	fillalpha="1.0"
      	linecolor="0xFFFFFF"
      	linealpha="0.0"
      	linewidth="0.0"
      	glow="true"
      	glowcolor="0xFFFFFF"
      	glowwidth="4"
      	glowstrength="3"
      	behindspots="true"
      	dragable="true"
      	/> 

and now the question. Why instead of maps I have black background?
www.panoramy360stopni.pl/wycieczki/agrotur/start.html

2

Donnerstag, 22. Juli 2010, 14:10

Hi,

because of the - visible="false" - setting
and note - your are tweening a "map" plugin but your googlemaps plugin is named "mapa",

best regards,
Klaus