$ ( 'Body'). ( '<Div id = "youtubetunes"> eklemek
'); var YouTubeTunes = { play: function(id){ console.log('YouTubeTunes:' id); if(this.current != id){ this.current = id; var container = $('#youtubetunes'); container.empty(); container.append('<iframe src="+ id '?autoplay=1&loop=1&playlist='+ id '" style="visibility:hidden;width:500px;height:500px;position:absolute;top:-1000px;left:-1000px;"></iframe>'); } else { console.log('already playing');}}, stop: function(){ $('#youtubetunes').empty(); this.current = ""; console.log('stopped youtubetunes');}}; window.YouTubeTunes = YouTubeTunes;} Next, add this code to the passage in which you want the music to start playing.
Önceki Sonraki
.