3

I want a videoplayer like youtube's on my site. What should I look for? I'm making a video sharing site in PHP with MySQL.

Should I look into flash? Maybe you know some good video players that are easy to implement on a site.

sth
  • 222,467
  • 53
  • 283
  • 367

4 Answers4

3

uff you have lot of work to do.

FlowPlayer its an opensource flash based player can you customize and use it in your site

Gabriel Sosa
  • 7,897
  • 4
  • 38
  • 48
3

Have you gone through these http://www.vidiscript.com/, http://www.phpmotion.com/ and http://osshare.sourceforge.net/. These are clones of youtube-like video media sharing sites. The source code is freely accessible I guess - you can get some help from it.

Ali
  • 7,353
  • 20
  • 103
  • 161
  • I didn't view the whole vidiscript.com link, but it sure looked like a huge ad to me. The "are you sure you want to leave" pop up on close browser window is a huge turn off. Are they scammers? – aaaa bbbb May 10 '11 at 16:14
1

Flowplayer is by far the best I've found. It has a very nice Javascript API that lets you manipulate the video player in every single way you could possibly want.

Paolo Bergantino
  • 480,997
  • 81
  • 517
  • 436
0

What you are looking for can be searched for on Google for as either an "flv player" or a "flash video player component". E.G. a video player skin or player with media list.

dlamblin
  • 43,965
  • 20
  • 101
  • 140