Anyone run into this before?
VideoError: 1010: Skin is missing a required style definition or its value is invalid: upLinkageID
at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::createSkin()
at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::setupButtonSkinState()
at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::skinButtonControl()
at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::handleIVPEvent()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::handleVideoEvent()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::setState()
at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::httpNetStatus()
A little background:
- A container swf is loading video.swf.
- Within video.swf is a child that, among other things, includes an instance of the FLVPlayback component.
- No skin definitions are being defined (i.e. no flvplayback.skin = "whatever.swf").
- The error is only thrown when video.swf is loaded into the container. It does not happen when video.swf loaded directly into the page.
Advice? Suggestions?


