Reputation: 5316
I have different video files in my web folder.How i can play this one in flash player
Upvotes: 0
Views: 1184
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
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