現在、ローカルホストにいて、自分のウェブサイトに 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>