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

阻止了一个prezi iframe。协议、域和端口必须匹配。,iframe,cross-domain,prezi,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/a

我现在在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>