2013-06-03 79 views
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> 
+0

*旁註:*用''替換'「'' – Raptor

回答

0

iOS只支持本地播放的MP4,MOV,M4V格式。爲了讓您的MKV視頻在iPad中播放,請轉換爲支持的格式。

替換"以使語法有效。

+0

爲我替換」with「 –

+0

已更新的答案。 – Raptor

相關問題