Hallo, ich habe nun in meiner Tour eine Bingmap. In dieser sollen die Panoramen als Grafik angezeigt werden.
Soweit so gut. Nur sehe ich keine Grafik. Hat wer nen Tip??
$this->cacheCode('[php]','<plugin name="mapcontainer"
url="mapcontainer.png"
align="leftbottom"
alpha="0.3"
keep="true"
x="0"
y="0"
children="true"
onhover="set(alpha,1.0);"
onout="set(alpha,0.3);"
/>
<plugin name="closemap"
url="close.png"
parent="mapcontainer"
align="righttop"
x="0"
y="0"
keep="true"
onhover="showtext(Karte schliessen);"
onclick="tween(plugin[mapcontainer].x,-320,0.5);
tween(plugin[mapcontainer].y,-320,0.5);
tween(plugin[map_on].x,0,0.5);
tween(plugin[map_on].y,0,0.5);"
/>
<plugin name="map_on"
url="map_on.png"
align="leftbottom"
x="-76"
y="-24"
alpha="0.3"
keep="true"
onhover="showtext(Karte einblenden);set(alpha,1.0);"
onout="alpha(alpha,0.3);"
onclick="tween(plugin[mapcontainer].x,0,0.5);
tween(plugin[mapcontainer].y,0,0.5);
tween(x,-76);tween(y,-24);"
/>
<plugin name="bingmap" key="AkiLcNJlTCO1GIwz2vGjLmGYA6kjOuh_EFQenwcuWvKd1lpb9m8NQh"
url="plugins/bingmaps.swf"
alturl="plugins/bingmaps.js"
maptype="satellite"
zoom="14"
lat="52.10060"
lng="9.347992"
parent="mapcontainer"
keep="true"
align="leftbottom" width="300" height="300"
x="0"
y="0"
/>
<spotstyle name="DEFAULT"
url="skin/vtourskin_mapspot.png"
overurl=""
activeurl=""
edge="center"
x="0"
y="0"
scale="1.0"
/>
<spot name="kluetturm"
spotstyle="DEFAULT"
url="..."
lat="52.09509383"
lng="9.33840573"
heading="0"
active="false"
onover=""
onhover=""
onout=""
onclick=""
/>
')