0

この質問に答えられる人はいないだろうか。Youtube API を使用して onReady() および OnStateChange() イベントを要求し、IFRAME を使用してビデオを埋め込みます。

イベントが発生しないIE7の問題に遭遇しましたが。IE ブラウザー IE 7 以下でコールバックの互換性の問題があることを理解しています。

これを回避する方法はありますか? 多分フラッシュAPIバージョンを使用していますか?

もしそうなら、誰かが助けることができますか?

4

2 に答える 2

1

Quoting from the documentation:

The end user must be using a browser that supports the HTML5 postMessage feature. Most modern browsers support postMessage, though Internet Explorer 7 does not support it.

于 2013-05-02T19:35:02.627 に答える
0

私の環境でこれをまだテストする必要がありますが、これは postMessage() バックフィルの可能性があります: https://github.com/joshfraser/postmessage . これが元の記事です:http://www.onlineaspect.com/2010/01/15/backwards-compatible-postmessage/

于 2013-08-01T18:59:14.797 に答える