Hi, I'm getting this odd error when trying to load a Flex application inside a parent Flex application:
TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::[EMAIL PROTECTED] to mx.events.ResizeEvent. at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.managers::SystemManager/setActualSize()[C:\dev\flex_201_gmc\sdk\frame works\mx\managers\SystemManager.as:1753] at mx.controls::SWFLoader/doScaleContent()[C:\dev\flex_201_gmc\sdk\framewor ks\mx\controls\SWFLoader.as:1449] at mx.controls::SWFLoader/updateDisplayList()[C:\dev\flex_201_gmc\sdk\frame works\mx\controls\SWFLoader.as:1091] at mx.core::UIComponent/validateDisplayList()[C:\dev\flex_201_gmc\sdk\frame works\mx\core\UIComponent.as:5760] at mx.managers::LayoutManager/validateDisplayList()[C:\dev\flex_201_gmc\sdk \frameworks\mx\managers\LayoutManager.as:600] at mx.managers::LayoutManager/doPhasedInstantiation()[C:\dev\flex_201_gmc\s dk\frameworks\mx\managers\LayoutManager.as:673] at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2()[C:\dev\flex_201_gmc\sdk\fram eworks\mx\core\UIComponent.as:7909] at mx.core::UIComponent/callLaterDispatcher()[C:\dev\flex_201_gmc\sdk\frame works\mx\core\UIComponent.as:7852] I have no idea why, especially when the word "ResizeEvent" doesn't even occur in any of our source code... Has anyone seen this before?? Mark