tags:

views:

50

answers:

3

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

A: 

There is <embed> and <object>tag; have a look at this tutorial:

Sarfraz
+1  A: 

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.

Gert G
+1  A: 

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

Epeli