I’m using the following rather than the FLVPlayback component, how do I attach a generic skin?
var nc:NetConnection = new NetConnection();
nc.connect( null );
var ns:NetStream = new NetStream( nc );
video_mc.my_video.attachNetStream( ns );
ns.play(videoFile);