audio

조수경·2021년 11월 3일
0

HTML

목록 보기
8/96
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<pre>
autoplay가 안되는 이유
구글에서 2018년도에 AUTOPALY정책을 재정의 했다
무작위 광고와 자동재생 때문에 사용자의 환경이 안좋아지기 때문이다.
</pre>
    <audio controls autoplay>
        <source src="/webpro/multi/old_pop.ogg" type="audio/ogg">
        <source src="../multi/old_pop.mp3" type="audio/mp3">
 	    <source src="../multi/old_pop.wav" type="audio/wav">
    </audio>
    
</body>
</html>
Insert title here
autoplay가 안되는 이유
구글에서 2018년도에 AUTOPALY정책을 재정의 했다
무작위 광고와 자동재생 때문에 사용자의 환경이 안좋아지기 때문이다.
profile
신입 개발자 입니다!!!

0개의 댓글

관련 채용 정보