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 ?

link|improve this question

73% accept rate
feedback

5 Answers

up vote 8 down vote accepted

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.

link|improve this answer
Flowplayer is also very nice. – Scottie Jun 9 '09 at 12:18
+10 awesome link – hasen j Jun 9 '09 at 12:20
Thanks buddy , It is relay helpful – Sujoy Jun 9 '09 at 13:52
feedback

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

Check out the JW Player here

link|improve this answer
feedback

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.

link|improve this answer
Ya ! I have seen that , But I want something without any LOGO or something like logo. – Sujoy Jun 9 '09 at 13:41
<video> tags Will enhance HTML by far ! – Sujoy Jun 9 '09 at 13:53
feedback

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:

link|improve this answer
thanks a lot, I will try to use one of those. – Sujoy Jun 9 '09 at 13:54
feedback

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

link|improve this answer
actually , I have to do it for multiple videos – Sujoy Jun 9 '09 at 13:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.