Skip to content

Sound do not stop. #5

@krmit

Description

@krmit

In the code below, I expect the sound to end by pressing "a". But that does not happen.

<script src="http://spelprogrammering.nu/simple.js">

  playSound("http://spelprogrammering.nu/ljud/musik/Arkanoid_PSID_02.mp3", 0.5);

  function update() {
    if (keyboard.a)
    {
    stopSound("http://spelprogrammering.nu/ljud/musik/Arkanoid_PSID_02.mp3");
    alert("Stop the sound");
    }
  }
</script>

Test it!

I was using Firefox 41.0.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions