1
我在iPad播放視頻,但沒有得到發揮,我使用下面的代碼。如何播放視頻在iPad的網絡應用程序
<!DOCTYPE html>
<head>
<meta charset=」utf-8″>
<meta name=」apple-mobile-web-app-capable」 content=」yes」 />
<title>My Video</title>
<link rel=」apple-touch-icon」 href=」icon.png」 />
<style>
body {margin:0;}
</style>
</head>
<body>
<video width=」1024″ height=」750″ controls=」true」>
<source src=」videos/test.m4v」 />
</video>
</body>
</html>
*旁註:*用''替換'「'' – Raptor