예제 #1
0
 protected override void RunPlayList(string playList)
 {
     m_plan = new CastPlan(playList);
     PlayVideos(m_plan.PlayList);
 }
예제 #2
0
 protected override void RunPlayList(string playList)
 {
     m_plan = new CastPlan(playList);
     this.flashHelper.SendtoFlash("ChangeDes", "0");
 }
예제 #3
0
 public void GetPlayListbyConfig()
 {
     CastPlan cp = new CastPlan(Application.StartupPath + "\\playlist.xml");
 }