我现在在localhost上,试图在我的网站上嵌入prezi演示文稿。我收到以下错误消息。我该如何解决?
Blocked a frame with origin "http://prezi.com" from accessing a frame with origin "http://localhost". Protocols, domains, and ports must match.
代码:
<iframe
src="http://prezi.com/embed/auxybvbmwavk/?bgcolor=ffffff&
lock_to_path=1&
autoplay=0&
autohide_ctrls=0&
features=undefined&
disabled_features=undefined"
width="700" height="550" frameBorder="0">
</iframe>