到目前爲止,這是我: 所以我需要的播放器來播放視頻「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>
任何建議
不知道我的編輯是否改變了你的意思;如果沒有,請隨時恢復。 – Deditos 2015-04-24 08:18:10