7 Replies Latest reply: Nov 2, 2014 6:02 AM by kglad RSS

    Stop a sound at specific time

    Jhon Carlo Community Member

      I have an Array with a list of start time, and "desired" stop time.

      I can control the start time, for exemple  with:

      sound.play(2000);

       

      But I need also to stop a sound at specific time, without button, but when the audio reach a specific time, for exemple 3000.

      Which method can I use?

       

      My file are external mp3.

       

      Thanks.