|
@@ -52,6 +52,7 @@ function recStop(){
|
|
audio.controls=true;
|
|
audio.controls=true;
|
|
audio.style.position="fixed";
|
|
audio.style.position="fixed";
|
|
audio.style.top="0px";
|
|
audio.style.top="0px";
|
|
|
|
+ audio.style.zIndex= '99999'
|
|
document.body.appendChild(audio);
|
|
document.body.appendChild(audio);
|
|
audio.src=localUrl;
|
|
audio.src=localUrl;
|
|
audio.play();
|
|
audio.play();
|