반응형 Video2 비디오 - video 2024. 2. 6. [JavaScript] 유튜뷰 // Youtube IFrame API를 비동기로 로드합니다. var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // onYouTubePlayerAPIReady 함수 이름은, // Youtube IFrame Player API에서 사용하는 이름이기 때문에, // 다르게 지정하면 동작하지 않습니다! // 그리고 함수는 전역(Global) 등록해야 합니다! function .. 2023. 10. 22. 이전 1 다음 반응형