开发者

How to make your own online video player [closed]

开发者 https://www.devze.com 2023-03-15 23:10 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
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, visit the help center. 开发者_JAVA百科 Closed 11 years ago.

How i can make my own online video player like YouTube has?


You can take a look into the source code of VideoJS. You can also use Flash instead for lesser browsers (which VideoJS has a fallback for).

Or, you could simply use VideoJS (there is even a YouTube skin for it). :)


An online video player can be developed easily using Adobe Flash or Flex. However, if you are targeting newer browsers, I'd suggest you use the HTML5 video tag. Link here and explanation here. Youtube has also beta'd HTML5 video at http://www.youtube.com/html5.

Good luck!

0

精彩评论

暂无评论...
验证码 换一张
取 消