开发者

Using own video player for youtube, dailymotion,vimeo etc

开发者 https://www.devze.com 2023-02-20 22:18 出处:网络
I have my own video player, I\'ve bought it from activeden. An开发者_运维百科d im going to use youtube, dailymotion, video api with php. But i want to use my own video player. How can i do that? It ta

I have my own video player, I've bought it from activeden. An开发者_运维百科d im going to use youtube, dailymotion, video api with php. But i want to use my own video player. How can i do that? It takes list from a xml files like this;

<video_item> 
<hd_video_path>.flv</hd_video_path>
<sd_video_path>.flv</sd_video_path>
<video_title>....</video_title>
<video_description>...</video_description>
</video_item>


You should write a script(PHP/.NET or whatever) that pulls in the correct video url for the videos you want to put in your player and assembles your playlist based on those.

0

精彩评论

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