var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);
var stream_ns:NetStream = new NetStream(connection_nc);
video_vid.attachVideo(stream_ns);
stream_ns.setBufferTime(5);
stream_ns.play(video_file);
Am nevoie sa aflu cum pot sa modific volumul video-ului. video_vid este componenta video si NU are proprietatea volume si nici metode gen set/get volume.
Multumesc anticipat.