HTML 5 <video> tag vs Flash video. What are the pros and cons?

前端 未结 30 2338
余生分开走
余生分开走 2020-12-07 12:15

IMPORTANT UPDATE

This question was made over 9 years ago. It made sense then, it doesn\'t make it now. Flash is hard on its way out; sup

30条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 13:17

    It's also an advantage the video-tag is native to html, so it integrates nicely. This sounds like a non-issue, but it's not. You can for example overlay the video with some HTML caption. And the HTML caption can use the same styles as other captions on the same page.

    You also can apply some (future) CSS transitions to the video element: look at this demo.

提交回复
热议问题