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?
i dunno, i never use those damn components... You can build your own player pretty damn fast...
yeah i know, not what ya want to hear 
sorry i suck :(
The ironing is that this WAS an attempt to build something fast. 
Originally posted by: baron ruhstoff The ironing is that this WAS an attempt to build something fast.
hehe, i suck at ironing
ironic i know...
hehe, but kidding aside i find the components are a nightmare man. again i am totally unhelpful.
::drinks scotch::

12stoners against components unite!! But not sure if all client required functionality is always 'pretty damn fast...' do you handle buffer/progress, and do you avoid a scratch dragger. baron - if your needs are simple i can pm you a player class that you can build on.
Nah, ended up following my original inclination and ignored the higher-ups by rolling my own.
Thanks!