简体   繁体   中英

How to remove the error message from <video> in win8 app? (html/js)

如何在Win8应用程序的video元素中禁用左下错误消息?

I think you need to provide a bit more information about what exactly are you trying to do ? As of now, I think providing the correct video source will help with removing the error message.

<video id="video" width="320" height="240" controls="controls">
        <source src="Videos/abc.mp4" type="video/mp4" />    
</video>

Where Videos is a folder in the project package and abc.mp4 is the video file inside the Videos folder. Hope this helps :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM