Friday, July 3, 2009

Problem de jour

Okay, I'm hoping to publish some cool tips n' tricks I've picked up or developed one day...but at the moment, I'm stuck on a new issue. Using Flex SDK 3.3 and Internet Explorer 8, I am suddenly getting this crash whenever I launch:

undefined
at mx.controls::SWFLoader/doScaleContent()
at mx.controls::SWFLoader/updateDisplayList()
at mx.controls::Image/updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/validateDisplayList()
at mx.managers::LayoutManager/doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()

There was a SWFLoader in this project, but commenting it out didn't solve the problem.

SOLVED: the "fix" seems to be to switch to Firefox. Hopefully this is a debug issue only.

No comments:

Post a Comment