«youtube-iframe-api» 태그된 질문

19
'DOMWindow'에서 'postMessage'를 실행하지 못했습니다 : https://www.youtube.com! == http : // localhost : 9000
이것은 내가 얻는 오류 메시지입니다. Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost:9000'). 대상 원점 http://www.youtube.com과 수신자 원점이 다른 유사한 문제를 보았지만 대상이 있고 원점이 https://www.youtube.com어디 https://www.youtube.com인지는 없습니다 http://localhost:9000. 문제가 없습니다. 무엇이 문제입니까? 어떻게 고칠 수 있습니까?

4
잡히지 않은 ReferenceError : ytcfg가 정의되지 않았습니다 (또한 __ytRIL이 정의되지 않았습니다)
몇 달 동안 YouTube IFrame Player API를 문제없이 사용하고 있으며 플레이어가로드 될 때 최근에이 예외가 발생하기 시작했습니다 Uncaught ReferenceError: ytcfg is not defined . iframe을 검사하면에 대한 호출이 성공 yt.setConfig했지만 ytcfg.set나중에 실패합니다. 최근에 API가 변경 되었습니까? 플레이어 매개 변수가이 문제를 일으킬 수 있습니까? <script src="//s.ytimg.com/yts/jsbin/www-embed-player-vflnzmqns/www-embed-player.js" type="text/javascript" name="www-embed-player/www-embed-player"></script> <script src="//s.ytimg.com/yts/jsbin/player-en_US-vflr--npw/base.js" name="player/base"></script> …

12
YouTube : 사운드가 음소거 된 임베딩 비디오를 표시하는 방법
음소거 된 동영상을 삽입하려고하는데 어떻게 작동하는지 알 수 없습니다. 현재 나는 이것을 사용하고 있지만 작동하지 않습니다. <iframe src="https://www.youtube.com/embed/uNRGWVJ10gQ?rel=0&autoplay=1" width="560" height="315" frameborder="0" allowfullscreen></iframe> 이 일을 어떻게 할 수 있는지 아는 사람 있나요?
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.