<div id="yt-wrap">
<!-- 1. The <iframe> (and video player) will replace this <div>
tag. --> <br />
<div id="ytplayer">
</div>
</div>
<script> // 2. This code loads the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = "https://www.youtube.com/player_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // 3. This function creates an <iframe> (and YouTube player) // after the API code downloads. var player; function onYouTubePlayerAPIReady() { player = new YT.Player('ytplayer', { width: '550px', height: '450px', videoId: 'K6Cy0WIKyko', events: { 'onReady': onPlayerReady, 'onStateChange': onPlayerStateChange } }); } // 4. The API will call this function when the video player is ready. function onPlayerReady(event) { event.target.playVideo(); player.mute(yes); // comment out if you don't want the auto played video muted } // 5. The API calls this function when the player's state changes. // The function indicates that when playing a video (state=1), // the player should play for six seconds and then stop. function onPlayerStateChange(event) { if (event.data == YT.PlayerState.ENDED) { player.seekTo(0); player.playVideo(); } } function stopVideo() { player.stopVideo(); } </script> <br />
<ul id="mbl_playlist"></ul>

- - - Flood Önleme Sistemine yakalandınız - - -

Alıntı tayfuntml Nickli Üyeden Alıntı Sevgili Misafir. Üye olmadan linkleri göremezsin Üye olmak için tıklayınız
<div id="yt-wrap">
<!-- 1. The <iframe> (and video player) will replace this <div>
tag. --> <br />
<div id="ytplayer">
</div>
</div>
<script> // 2. This code loads the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = "https://www.youtube.com/player_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // 3. This function creates an <iframe> (and YouTube player) // after the API code downloads. var player; function onYouTubePlayerAPIReady() { player = new YT.Player('ytplayer', { width: '550px', height: '450px', videoId: 'K6Cy0WIKyko', events: { 'onReady': onPlayerReady, 'onStateChange': onPlayerStateChange } }); } // 4. The API will call this function when the video player is ready. function onPlayerReady(event) { event.target.playVideo(); player.mute(yes); // comment out if you don't want the auto played video muted } // 5. The API calls this function when the player's state changes. // The function indicates that when playing a video (state=1), // the player should play for six seconds and then stop. function onPlayerStateChange(event) { if (event.data == YT.PlayerState.ENDED) { player.seekTo(0); player.playVideo(); } } function stopVideo() { player.stopVideo(); } </script> <br />
<ul id="mbl_playlist"></ul>
vıdeo ıd ını bu koda yerlestır. player sessız sekılde cıkacak otomatık oynayacak.