douche3244 2011-03-31 18:07
浏览 54

使用自己的视频播放器为youtube,dailymotion,vimeo等

I have my own video player, I've bought it from activeden. And 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>
  • 写回答

1条回答 默认 最新

  • dpdfh60088 2011-04-01 15:30
    关注

    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.

    评论

报告相同问题?