Beiträge von sre

    i have stripped down the code and same problem occurs on FF 58.0.2 (+ developer edition) and Safari 11.0.2 on OSX 10.13.2.
    Multiple instances of playHtml5sound3D seems to run parallel in background.
    The strange thing is that it seems to appear randomely (most in FF), so sometimes audio is loaded properly (1 instance).

    When i remove the video plugin everythings seems to be fine (in most cases).

    See stripped down code to reproduce:

    Any Idea?

    Hi Pawel & Piotr,

    i experienced a strange problem:

    After adding a sound with playHtml5sound3D(false, Anmoderation, html5sound/assets/Anmoderation, -1, -2, 120, 1.0, 1.0, false),
    it seems that the sound is loaded twice.
    Html5Soundpause(Anmoderation) only seems to pause one sound and the other one is still playing.

    Here is my code:

    i am useing the videointerface given on Klaus's web-VR-example.

    Do you have any idea why sound is added "twice"?