Rob Wによって作成されたこのスクリプトを使用していますが、IE7 以外はすべて正常に動作します。
これがjsfiddle ページです。また、これをインポートして IE で JSON を有効にしようとしましたが、それでも IE7 では機能しません。
この問題を解決する方法はありますか?
Rob Wによって作成されたこのスクリプトを使用していますが、IE7 以外はすべて正常に動作します。
これがjsfiddle ページです。また、これをインポートして IE で JSON を有効にしようとしましたが、それでも IE7 では機能しません。
この問題を解決する方法はありますか?
Unfortunately, there is no way to solve this problem (except for upgrading browser), because IE7 does not support the postMessage
method. This method is required, because it's the only way to communicate with the embedded YouTube frame.
postMessage
on frames is supported requires IE8+. All of the other modern browsers have full support for the postMessage
method.