3/15/2010 7:20:39 AM
Title:
drag and drop
how to drag and drop the video into image viewer. Actually the image viewer the converts the video into rectangle shape.I need it for my project
3/15/2010 10:01:51 AM
you can addChild the video to any component. You must be using using flex component else if raw video the you can add it using rawChildren.addChild property.
Image viewer is not a default component of flex so you can use this kind code:
myImageViewser.rawChildren.addChild(myVideoComponent);