ok this is a flex problem. Evidently I couldnt add my Video unless it was a UIComponent strictly. Even if the object was an extension of UI Component I would get the error.
var Holder:UIComponent = new UIComponent();
Holder.addChild(Vid); //Vid being a flash.media.Video
addChild(Holder);
very odd




Reply With Quote