pictureBox1.Image = Image.FromStream(ms);如果ms为一个视频内存流的话, axWindowsMediaPlayer1.Ctlcontrols.play(ms),这句代码能不能将内存流中的视频播放出来?如果不能,那么怎么修改?谢谢!