<!DOCTYPE HTML><html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
</head>
<body>
    <AUDIO id="audio_controls" preload="auto" autoplay="" loop="loop">
        <SOURCE type="audio/mpeg" src="./image/aaa.mp3">
        <SOURCE type="audio/wav" src="./image/aaa.wav">
        <SOURCE type="audio/ogg" src="./image/aaa.ogg">
    </AUDIO>
</body>
</html>

 

기존에 모바일에서 audio 플레이를, 위에 소스 같이 했는데요..물론 지금도 소리는 잘 나옵니다.
(갤럭시3, 탭7.1, 갤럭시s, 스카이기종 1개 등등)
그런데, 이상하게도 갤럭시s4에서는 소리가 나오지 않습니다.
autoplay 없애고, 자바스크립트로 플레이 해도 실행이 않되구요.
꼭 손으로 실행을 눌러야지만 실행이 됩니다.
뭐가 문제 일까요... 도움 좀 부탁 드립니다.