搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Add support for new html tag

more options

The major browsers have support for the <object/> tag.

I want to incorporate a video player on my site to play .mkv video, but I cannot use most because the are based on flash, which can only play .flv & .f4v.

That's why I'm switching to the <object/> tag

But, if I wanted to incorporate a tag with the name of <mkvvideo/>, would a simple plugin associated with that tag be usable, or does the core programming of the firefox browser handle that?

Thanks

The major browsers have support for the <object/> tag. I want to incorporate a video player on my site to play .mkv video, but I cannot use most because the are based on flash, which can only play .flv & .f4v. That's why I'm switching to the <object/> tag But, if I wanted to incorporate a tag with the name of <mkvvideo/>, would a simple plugin associated with that tag be usable, or does the core programming of the firefox browser handle that? Thanks

被采纳的解决方案

所有回复 (2)

more options

The video tag only supports a few formats and MKV (Matroska Multimedia Container) isn't one of them.
Your only option is to use the object (or embed) tag and use a player that can handle that format.
If might be better to switch to the WebM format.

由cor-el于修改

more options

选择的解决方案

If you want to embed MKV videos in a web page, see