var flv_connect:NetConnection = new NetConnection();
flv_connect.connect(null);
var motionStream:NetStream = new NetStream(flv_connect);
motion_mc.motion_vid.attachVideo(motionStream);
motionStream.setBufferTime(2);
motionStream.play("weather_snow.mp4");