Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Playing audio files

  • Inventer89
  • Inventer89's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 3 months ago #178773 by Inventer89
Playing audio files was created by Inventer89
I have a Top songs of Need for Speed series and the problem is playing audio files. Second file don't stop playing first file.

Where can I add this code:
Code:
var curAudioPlayer = null;
$( 'audio' ).on( 'play', function () {
    if ( curAudioPlayer ) curAudioPlayer.pause();
    curAudioPlayer = this;
} ).on( 'pause', function () {
    if ( curAudioPlayer === this ) curAudioPlayer = null;
} );
?
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose