HTML5 <audio> tag on WINDOWS 10 does not work

54 views
Skip to first unread message

Marcelo Aguiar

unread,
Feb 15, 2018, 10:16:35 PM2/15/18
to ZZEE PHPExe
Hi, I need help.

html5 audio tag does not work on windows10. Just progress bar (...) but, audio does not play.

File log errors: (no error)

File log access: (see below)

127.0.0.1 - - [16/Feb/2018:03:11:02 -0200] "GET http://127.0.0.1/ HTTP/1.0" 200 166 "-" "Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko ZzeePhpExe/2.6.1"

127.0.0.1 - - [16/Feb/2018:03:11:02 -0200] "GET http://127.0.0.1/audio.mp3 HTTP/1.0" 200 237 "http://127.0.0.1/" "Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko ZzeePhpExe/2.6.1"


Would you help me?

Thanks

Marcelo Aguiar

unread,
Feb 15, 2018, 10:34:57 PM2/15/18
to ZZEE PHPExe
My html source:

==========================
<!DOCTYPE>
<html>
<body>

<audio controls autoplay>
<source src="audio.mp3" type="audio/mpeg"></source>
</audio>

</body>
</html>

==========================
Reply all
Reply to author
Forward
0 new messages