2015-04-06 60 views
-1

到目前爲止,這是我: 所以我需要的播放器來播放視頻「https://youtu.be/hXI8RQYC36Q?list=PLFgquLnL59akA2PflFpeQG9L01VFg90wS有沒有辦法在位DailyMotion玩家公測新版本播放YouTube視頻

adding player js 
<script src="http://api.dmcdn.net/all.js"></script> 

    <script> 
     DM.init({ 
      apiKey: 'my app key', 
      status: true, // check login status 
      cookie: true // enable cookies to allow the server to access the session 
    }); 


    // Append a div in the DOM, you may use a real <div> tag 
    var div = document.createElement('div'); 
    document.body.appendChild(div); 


    var videos = 'xdn8vw'; // this is the video id from dailymotions site now i want to play the any youtube video 
    var player = DM.player(div, {video: videos }); 


</script> 

任何建議

回答

0

首先,你需要知道Dailymotion播放器支持哪些視頻格式。然後,您必須先下載此YouTube視頻,然後才能播放。

+0

不知道我的編輯是否改變了你的意思;如果沒有,請隨時恢復。 – Deditos 2015-04-24 08:18:10

相關問題