我们如何在dailymotion播放器新的测试版中播放youtube视频

时间:2015-04-03 13:24:30

标签: javascript dailymotion-api

到目前为止,这就是我所拥有的:

添加玩家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>

所以我需要播放器播放此视频“https://youtu.be/hXI8RQYC36Q?list=PLFgquLnL59akA2PflFpeQG9L01VFg90wS

1 个答案:

答案 0 :(得分:2)

你做不到。 dailymotion播放器只能读取dailymotion视频,就像youtube播放器只允许您播放YouTube视频一样。