开发者

Error while loading the .swc file when migrated from IE7 to IE8

开发者 https://www.devze.com 2023-03-21 07:53 出处:网络
I was trying to load a swc file on on demand basis and it was working fine untill i upgraded my IE from IE7 to IE8 . Iam getting the following error .Can somebody please put some insight in as to why

I was trying to load a swc file on on demand basis and it was working fine untill i upgraded my IE from IE7 to IE8 . Iam getting the following error .Can somebody please put some insight in as to why Iam getting the following error.

VerifyError: Error #1014: Class spark.components::Application could not be found.

at flash.display::MovieClip/nextFrame()
at mx.managers::SystemManager/deferredNextFrame()
at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/开发者_开发百科dispatchEvent()
at mx.preloaders::Preloader/timerHandler()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

Direcion gigen


the swc file gets compiled and becomes part of the final swf. I can't see any reason why the resulting swf would act any different in IE7 vs IE8.

try using swf files on demand.

0

精彩评论

暂无评论...
验证码 换一张
取 消