阻止了一个prezi iframe。协议,域和端口必须匹配。

时间:2013-07-31 08:35:26

标签: iframe cross-domain prezi

我现在在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&amp;
    lock_to_path=1&amp;
    autoplay=0&amp;
    autohide_ctrls=0&amp;
    features=undefined&amp;
    disabled_features=undefined" 
    width="700" height="550" frameBorder="0">
</iframe>

0 个答案:

没有答案