flex4: swfloader неправильно загружает игры - PullRequest
0 голосов
/ 29 апреля 2010

У меня есть несколько флеш-игр, которые, когда я загружаю их в браузер Firefox, загружаются нормально, но когда я загружаю их с помощью swfloader, используя flex 4 (flash builder), они загружаются до 100% и не показывают меню «Пуск».

есть идеи, как решить проблему?

1 Ответ

0 голосов
/ 29 апреля 2010

загруженная флэш-память и веб-сайт, содержащий страницу с загруженной флэш-памятью, находящуюся не в том же домене приложения, кроме исправления этого.

я добавил параметр 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 */
...