if (type == 0) //视频 { myform.LoadForm("0"); picTP.ImageLocation = ""; picTP.Visible = false; lblContent.Visible = false; lblSubject.Visible = false; cour = Info_CoursewareBLL.GetInfo_Courseware(vid); axWindowsMediaPlayer1.URL = cour.CoursewareURL; //axWindowsMediaPlayer1.fullScreen = true; axWindowsMediaPlayer1.Visible = true; }
如果这里全屏幕显示的话,播放器就停止工作了,是我的代码有问题,还有哪里有问题【这里的type是socket传递过来的值,解析之后得到的】求赐教,谢谢