• now i´m working - again - for hours on a tour resp. a site. I tried to add sound - and what happens?
    I get a black screen . . . . just by adding sound.
    Btw.: trying to set a path for sound manually is impossible: the field is not editable.
    I put the mp3 file into the same folder where all other items are.
    Then i chose this place to link the soundfile - what else can i do? In a description i read: don´t forget "http:// . . . " - fine: but how can i add it to the path when i can´t edit the text in the field???????

    I´m somewhat pissed-off at the moment, sorry . . another night spend with try and error on APT/KRPano.
    Forget those rudimentary descriptions in your "tutorials"!!

    best, Klaus

    besides: how can i edit the speed of autorotation? it accelerates too much.

    http://www.360impressions.de

    herzlichen Gruß, Klaus

    --
    “Simplicity is the keynote of all true elegance.”
    ― Coco Chanel

  • Hi Klausesser,

    Quote

    how can i edit the speed of autorotation? it accelerates too much.

    This is a easy thing to customise... Take a look at the documentation: <autorotate>

    Krpano needs some learning curve... But it is more easy than it seems at first...

    Haben Sie ein gutes Lernen! *wink*

    Schöne Grüße.

  • now i´m working - again - for hours on a tour resp. a site. I tried to add sound - and what happens?
    I get a black screen . . . . just by adding sound.

    Hi,

    how have you added the sound?
    do you have a link to the not working example?
    are there errors in the log?

    in krpano the soundinterface.swf plugin is needed for sound,
    here is the description of it:
    sound interface plugin (beta)

    I would recommend the following usage:

    1. include and "preload" it, xml code:

    Code
    <plugin name="soundinterface" url="soundinterface.swf" preload="true" />

    2. to play a sound file call the "playsound" action,
    e.g.
    to play it at beginning:

    Code
    <krpano onstart="playsound(sound1, music.mp3);"> ...


    to play it on a button press:

    Code
    <plugin ... onclick="playsound(sound2, music2.mp3);" ... />

    best regards,
    Klaus

Participate now!

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