VB6.0编程
Private Sub Command1_Click()
VLCPlugin1.playlistClear '清空列表 VLCPlugin1.MRL = "http://192.168.18.10:800" '文件路径 VLCPlugin1.addTarget VLCPlugin1.MRL,Null,VLCPlayListAppendAndGo,0 VLCPlugin1.play End Sub 原文链接:https://www.f2er.com/vb/257390.htmlVB6.0编程
Private Sub Command1_Click()
VLCPlugin1.playlistClear '清空列表 VLCPlugin1.MRL = "http://192.168.18.10:800" '文件路径 VLCPlugin1.addTarget VLCPlugin1.MRL,Null,VLCPlayListAppendAndGo,0 VLCPlugin1.play End Sub 原文链接:https://www.f2er.com/vb/257390.html