this is my code in first frame of main scene:
nc = new NetConnection();
nc.connect(null);
ns = new NetStream(nc);
video.attachVideo(ns);
video._alpha = 000;
ns.play(“working.flv”);
the working.flv is saved in same directory with swf file,but i can’t see anything in stage only can i hear the sound