Bing maps plugin for ipad iphone safari with no flash support

  • Hi
    I' trying to make a pano with built-in bing maps that work on ipad, iphone and safari with no flash support.
    Is the bing maps plugin only in flash? When I try in safari I can't see the map and no error appear.

    Thanks

    Here the xml:

    <krpano version="1.0.8.14" >


    <!-- pano area --><area x="25%" width="80%" y="0" height="100%"/>

    <!--<plugin name="editor" url="editor.swf" keep="true" /> -->

    <plugin name="map"
    parent="STAGE"
    tempurl="bingmaps.swf"
    url="bingmaps.swf"
    keep="true"
    blendmode="layer"
    align="leftbottom"
    x="0"
    y="0"
    width="25%"
    height="100%"
    visible="true"

    key="local|Agtn2LYFNQMaeK_wN794RZcx4T8F_CF1VGFPIASsLUkkFH28U5B7v5neziB3WKqI"

    lat="39.623846"
    lng="19.928588"
    zoom="18"
    maptype="SATELLITE"

    dragging="true"
    scrollwheel="true"
    continuouszoom="false"

    onmapready="load_korfustadt_altefestung_oben();"
    >

    <radar visible="true" size="300" alpha="0.33" fillcolor="0xFFFFFF" fillalpha="1.0"
    linecolor="0xFFFFFF" linealpha="0.0" linewidth="0.0"
    glow="true" glowcolor="0" glowwidth="4" glowstrength="3"
    dragable="true"
    />

    <maptypecontrol visible="true" buttonalign="V" />

    <positioncontrol visible="true" align="lefttop" x="2" y="2" />
    <zoomcontrol visible="true" align="righttop" x="2" y="2"
    hasscrolltrack="true"
    />


    <!-- map spots -->
    <spot name="korfustadt_altefestung"
    lat="39.623846" lng="19.928588" heading="190"
    onhover="showtext(Korfu Stadt - Alte Festung);"
    onclick="load_korfustadt_altefestung();"
    />

    <spot name="korfustadt_altefestung_oben" active="true"
    lat="39.623466" lng="19.928979" heading="165"
    onhover="showtext(Korfu Stadt - Alte Festung Ganz Oben);"
    onclick="load_korfustadt_altefestung_oben();"
    />

    </plugin>

    <include url="skin/defaultskin.xml" />
    <autorotate enabled="true"
    waittime="3"
    speed="7.0"
    />


    <preview url="Antagnod_-_Veduta_della_pista_e_del_paese_(m_1.730).tiles/preview.jpg" />


    <!-- load and update map actions -->
    <action name="update_map_spot">
    plugin[map].activatespot(%1);
    plugin[map].pantospot(%1);
    </action>

    <action name="load_map_pano">
    loadpano('%CURRENTXML%/%1', null, MERGE, BLEND(1));
    </action>


    <progress showload="bar(center,33%,3%,0,15%,shaded,
    0x000000,0x202020,0x972c2c)" />


    <image type="CUBE" multires="true" tilesize="701" progressive="false">
    <level tiledimagewidth="2804" tiledimageheight="2804">
    <cube url="Antagnod_-_Veduta_della_pista_e_del_paese_(m_1.730).tiles/l3_%s_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="1402" tiledimageheight="1402">
    <cube url="Antagnod_-_Veduta_della_pista_e_del_paese_(m_1.730).tiles/l2_%s_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="701" tiledimageheight="701">
    <cube url="Antagnod_-_Veduta_della_pista_e_del_paese_(m_1.730).tiles/l1_%s_%0v_%0h.jpg" />
    </level>
    <mobile>
    <cube url="Antagnod_-_Veduta_della_pista_e_del_paese_(m_1.730).tiles/mobile_%s.jpg" />
    </mobile>
    <tablet>
    <cube url="Antagnod_-_Veduta_della_pista_e_del_paese_(m_1.730).tiles/tablet_%s.jpg" />
    </tablet>
    </image>

    </krpano>

  • Hi,

    Is the bing maps plugin only in flash? When I try in safari I can't see the map and no error appear.

    yes, there is currently only the 'bingmaps.swf' (.swf = Flash files) and then can't be used in HTML5.
    There should be warning about a skipped .swf file in the krpano log.

    But there will be very soon a bingmaps.js for HTML5 usage.

    Best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!