Hi there,
I'm using a script to prevent access of audio source data without a web interface. Therefore my audio-Urls look like this:
index.php?eID=securedownloads&t=1526562569&hash=123abcd456&file=/path/to/file/filename.mp3
Direct file access is locked via .htaccess.
There are no problems with Firefox and Chrome, but with Edge (and IE) the Audio-Files are not played. There is no alert in JavaScript-console. It seams like your script can simply not access the file in Edge and displays the striked play-icon.
Any ideas on this issue?
Thanks in advance, Chris
Hi there,
I'm using a script to prevent access of audio source data without a web interface. Therefore my audio-Urls look like this:
index.php?eID=securedownloads&t=1526562569&hash=123abcd456&file=/path/to/file/filename.mp3
Direct file access is locked via .htaccess.
There are no problems with Firefox and Chrome, but with Edge (and IE) the Audio-Files are not played. There is no alert in JavaScript-console. It seams like your script can simply not access the file in Edge and displays the striked play-icon.
Any ideas on this issue?
Thanks in advance, Chris