Probleme mit googlemaps

  • Hallo,

    ich bin ein absoluter Anfänger im Bereich xml. Bisher haben alle Anwednungen sehr gut funktioniert und ich habe alles hinbekommen - vielen Dank für die tollen Beschreibungen auf der Hompage. Jetzt hänge ich seit zwei Tagen am Google Plugin. Hier mal mein Code


    <plugin name="maps"
    url="googlemaps.swf"
    keep="true"
    handcursor="false"
    align="leftbottom"
    x="10"
    y="10"
    width="300"
    height="300"
    key="xxxxxxxxxx"
    lat="44.959818"
    lng="14.407840"
    zoom="18"
    maptype="SATELLITE"
    dragging="true"
    scrollwheel="true"
    continuouszoom="false"
    keyboard="false"
    crosshairs="false"
    onmapready=""
    onmapmoved=""
    onmapzoomed=""
    >
    <radar visible="true"
    size="100"
    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"
    />

    <positioncontrol visible="true"
    anchor="topleft" x="2" y="2"
    />

    <zoomcontrol visible="true"
    anchor="topright" x="2" y="2"
    hasscrolltrack="true"
    />

    <spot name="s1" lat="44.959808" lng="14.407729"
    onhover="showtext(Spot 1);"
    onclick="action(s1);"
    heading="0"
    active="true"
    />
    <spot name="s2" lat="44.959717" lng="14.407840"
    onhover="showtext(Spot 2);"
    onclick="action(s2);"
    heading="90"
    />
    </plugin>

    <action name="s1">
    plugin[maps].activatespot(s1);
    plugin[maps].pantospot(s1);
    loadpano(_s1.xml,null,MERGE,BLEND(1));
    </action>

    <action name="s2">
    plugin[maps].activatespot(s2);
    plugin[maps].pantospot(s2);
    loadpano(_s2 Kopie.xml,null,MERGE,BLEND(1));
    </action>
    Was mache ich denn falsch? Wenn ich die Seite online stelle kommt keine Fehlermeldung und auch keine Karte oder sonst was???? Habe den Google Plugin am letzten Wochenende erst gekauft. Sollte also die neueste Version sein

    Könnt Ihr mir vielleicht helfen.

    Danke im voraus!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!