Playing video in html
开发者_高级运维I have different video files in my web folder.How i can play this one in flash player
In HTML 5, you can use the <video>
tag. It uses a built-in video player. Worth noting is that HTML 5 isn't supported by all browsers... yet. More info on W3Schools.
You should use some complete Flash based video player like Flowplayer or JWPlayer. They both have great documentation how to use them.
精彩评论