Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need a custom video player with playlist. I have collected some resources like jwplayer. But the web player should play all types of video formats and it should play the videos in a play list.

share|improve this question
Do you want to create this player on your own or find an existing one? Your questions doesn't match the title or an actual question is missing. – Tobias Nov 7 '11 at 11:41

closed as not a real question by Jonathan Sampson Nov 9 '11 at 4:50

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

If your web is built with HTML5, you can add video tag and play with it.

share|improve this answer

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