Beiträge von kaena

    Krpano: 1.0.8.15 (build 2012-10-05)
    ipad - ios Safari:6 webkit 536.26


    hi,

    for IPAD/IPHONE

    In the following example, when I click on a hotspot, it plays music half the time. Sometimes the sound does not play and it shows me an error message: "loading interface sound of music / coupe.mp3 failed", yet he played music before the error. I also have this type of error "unknown error" or "you're not allowed to get to the requested resource"

    How do I fix this problem?

    Ville de Laon


    thank you

    Hello,

    HTML5 = "Always"
    plugin = Bing Maps
    Krpano ver 8.1.15 2012-10-05 - Update
    Browser: firefox 18.0.2

    I have a problem with the plugin "bing maps".
    The action addspot() bug. I created a button with onclick ="plugin [map]. addspot (spot1, .., .., ..)."
    the click action, the spot1 is created but if I click again, the spot1 disappears.

    a solution?

    thank you

    hi,

    I have a problem, the <img> iphone does not work.


    but with the iphone emulator it works.

    here is my code:


    what is the problem?

    thank you for your help

    Zitat

    Try to set document.location.hash before openning a shadowbox, cos
    iframed page will read this value after loading. It doesn't make sense
    to pass this value through to iframed page through url.

    I haven't used shadowbox before, but I will have a look.


    I find no solution, I hope you find a solution.

    thank you

    Okay, I figured out. You are using iframe for shadowbox content, but you forgot to incude swfaddress.js script into iframed page.

    Code
    <script src="java/laon.js"></script>
    <script src="java/swfaddress.js"></script>

    Can you make an example with a shadowbox please.
    I added,script into iframed page.

    Code
    <script src="java/laon.js"></script>
    <script src="java/swfaddress.js"></script>

    but it does not change

    thank you

    hi,

    my problem, I can not open the desired scene in a shadowbox from a tag <area>

    <area alt="Souterrain the citadel of Laon" shape="rect" rel="shadowbox[Mixed]" coords="615,273,637,295" href="laon/index.html#/souterrain1/" />

    the scene is always the one that appears by default.

    example:

    http://laon.virtual-visit.fr/test.html

    links with the shadowbox does not work, the scene is always the one by default.
    Is there a solution?

    thank you

    hello klaus,

    I made an example to see the problem.

    index1.html has an event onremovepano "<onremovepano events =" trace ('action ..');"
    index2.html has not event on onremovepano

    When you click on the spot of the plan "barriquekeller" behavior of the radar is different with and without the event onremovepano.

    is this a bug?

    thank you

    action normally takes place in that order when you click on a hotspot.

    if(scenename==%1,
    lookto(%3,%4,%5,smooth(200,20,100));
    wait(load);
    sauvdataposition();
    loadscene(%2,null,MERGE,ZOOMBLEND(2,10)),
    loadscene(%1,null,MERGE,BLEND(1));
    lookto(%3,%4,%5,smooth(200,20,100)); >>> <scene name"Myscene" OnStart =action(Myscene)/>
    sauvdataposition();
    wait(load);
    loadscene(%2,null,MERGE,ZOOMBLEND(2,10));) >>> <scene name"Myscene1" OnStart =action(Myscene)1/>
    When I put the event "onpanoremove"

    the action takes place in that order:
    loadscene(%2,null,MERGE,ZOOMBLEND(2,10)),
    lookto(%3,%4,%5,smooth(200,20,100));
    sauvdataposition();
    loadscene(%1,null,MERGE,ZOOMBLEND(2,10)), >>> <scene name"Myscene" OnStart =action(Myscene)/> >>> <scene name"Myscene1" OnStart =action(Myscene1)/>

    wait(load) ? All this at the same time
    Krpano 1.8.14version build 2011-10-21

    hi,

    I have a bug with the event "onremovepano"
    When I assigned any action I lose the timeline.
    this is strange!
    <events onremovepano= " set(plugin[texte].visible,false);" /> to replace it with "onnewpano" It's ok
    I can not identify the source of the problem

    hello,

    I need help

    I want to load the scene :

    set (data [hlook].content, get(view.hlookat));
    set (data [vlook].content, get(view.vlookat));

    loadscene(scenea,view.hlookat=get(data[hlook].content)&view.vlookat=get(data[vlook].content),MERGE,BLEND(2));

    but i have a Black screen with with the values N/A for h/vlookat why ?


    thank you