Shinu Thomas
Shinu Thomas

Reputation: 5316

Playing video in html

I have different video files in my web folder.How i can play this one in flash player

Upvotes: 0

Views: 1184

Answers (2)

esamatti
esamatti

Reputation: 18973

You should use some complete Flash based video player like Flowplayer or JWPlayer. They both have great documentation how to use them.

Upvotes: 1

Gert Grenander
Gert Grenander

Reputation: 17104

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.

Upvotes: 1

Related Questions