Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 win8 应用程序的视频元素中禁用左下错误消息?
我认为你需要提供更多关于你到底想要做什么的信息?截至目前,我认为提供正确的视频源将有助于消除错误消息。
<video id="video" width="320" height="240" controls="controls"> <source src="Videos/abc.mp4" type="video/mp4" /> </video>
其中 Videos 是项目包中的文件夹,abc.mp4 是 Videos 文件夹中的视频文件。希望这可以帮助 :)