tags:

views:

783

answers:

5

I am not sure , But is there any way to use YouTube video player for playing .flv file , which are stored in my own server.

any idea ?

+5  A: 

I don't think so, you can only use it to play content hosted on their site, but there are plenty of other flash players around. Flowplayer is a common one, and there are loads more if you Google.

Simon P Stevens
Flowplayer is also very nice.
Scottie
+10 awesome link
hasen j
Thanks buddy , It is relay helpful
openidsujoy
+1  A: 

Not that I'm aware of, but there are other options available that are very very similar.

Check out the JW Player here

Scottie
+1  A: 

I don't think so.

If you don't mind targetting just cutting-edge browsers though, you could make use of the HTML5 <video> tags:

 <video src="path/to/your/video">Your browser doesn't support this.</video>

I know the beta versions of FF3.5 support this, but it is a new feature that's not widely supported yet.

Otherwise, use something like FlowPlayer as suggested in other responses.

workmad3
Ya ! I have seen that , But I want something without any LOGO or something like logo.
openidsujoy
<video> tags Will enhance HTML by far !
openidsujoy
A: 

Why not just upload the video to YouTube and embed the player?

nerdabilly
actually , I have to do it for multiple videos
openidsujoy
A: 

No.

You would have to upload the files to Youtube to use their player (which you can embed)

How ever there are many Youtube-like players (which will play .flv files on your own server), for example:

dbr
thanks a lot, I will try to use one of those.
openidsujoy