- 1
After the audio stops will it ask for replay?
2 Antworten
+ 1
you can check the status of the audio playing in a java script and, in case it is paused will launch an alert asking you if you want to continue playing the audio. Check the currentTime and duration properties of video/audio elements. You may compare them, and if they match prompt an alert requiring to replay the audio
0
no it will not
you can add <audio controls loop> to replay it autommatic