public static void Setvid(string vid) { current.vid = vid; current.play_part = 0; if (va == null) { va = new VideoAddress(); } va.SetVid(vid, Sharp, PlayStart); }
public static void Setvid(string vid) { current.vid = vid; current.play_part = 0; current.down_index = 0; current.download = false; current.play = false; if (va == null) { va = new VideoAddress(); } va.SetVid(vid, Setting.sharp, PlayStart); }