0

私はいくつかのフラッシュ ゲームを持っていますが、Firefox ブラウザーにロードすると正常にロードされますが、flex 4 (フラッシュ ビルダー) を使用して swfloader でロードすると、100% までロードされ、スタート メニューが表示されません。

問題を解決する方法はありますか?

4

1 に答える 1

0

ロードされたフラッシュと、ロードされたフラッシュを含むページを含むWebサイトが同じアプリケーションドメイン上になく、それを修正する.

パラメータを追加しましたSWFLoader.loadForCompatibility=true

 /**
 *  A flag that indicates whether the content is loaded so that it can
 *  interoperate with applications built with a different verion of the Flex compiler.  
 *  Compatibility with other Flex applications is accomplished by loading
 *  the application into a sibling (or peer) ApplicationDomain.
 *  This flag is ignored if the content must be loaded into a different
 *  SecurityDomain.
 *  If <code>true</code>, the content loads into a sibling ApplicationDomain. 
 *  If <code>false</code>, the content loaded into a child ApplicationDomain */
于 2010-04-29T15:17:57.417 に答える