我在本地服务器上工作,尝试使用YouTube iframe API。
加载iframe时,我收到错误消息"无法执行' postMessage'在' DOMWindow"。
如何消除此错误?
答案 0 :(得分:0)
我尝试了IFRAME API页面中的Getting Started,并且可以使用python -m SimpleHTTPServer 8080
毫不费力地运行示例。
您的问题可能与您使用iframe API的方式有关。请查看此SO post了解详情。