<!doctype html> <html> <head> <title>ING Summer Events</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <style type="text/css"> .imagemap {position:relative;width:device-width;} img{display:block;} </style> <script> function callback() { document.querySelector('video').play(); } window.addEventListener("load", callback, false); </script> </head> <body topmargin="0" leftmargin="0" bgcolor=black> <img src="./top.jpg" width=100% border="0" /> <video width="100%" autoplay preload controls poster="./video.jpg"> <source src="ingsummer.mp4" type="video/mp4"> <source src="ingsummer.ogg" type="video/ogv"> </video> <img src="./bottom.jpg" width=100% border="0" /> </body> </html>
내 삼성 Galaxynote2에서 완벽하게 작동합니다 ... Chrome을 제외하고 ... 어떻게해야합니까? Chromes에서 자동 재생할 수 없습니다.Android를 통해 크롬에 <video> 태그를 자동으로 표시 하시겠습니까?