私はいくつかのフラッシュ ゲームを持っていますが、Firefox ブラウザーにロードすると正常にロードされますが、flex 4 (フラッシュ ビルダー) を使用して swfloader でロードすると、100% までロードされ、スタート メニューが表示されません。
問題を解決する方法はありますか?
私はいくつかのフラッシュ ゲームを持っていますが、Firefox ブラウザーにロードすると正常にロードされますが、flex 4 (フラッシュ ビルダー) を使用して swfloader でロードすると、100% までロードされ、スタート メニューが表示されません。
問題を解決する方法はありますか?
ロードされたフラッシュと、ロードされたフラッシュを含むページを含む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 */