My code is:
Code: Select all
AxVLCPlugin21.playlist.add("dshow://")
AxVLCPlugin21.playlist.play()
AxVLCPlugin21.video.marquee.text = "Hello Wordl"
AxVLCPlugin21.video.marquee.opacity = 255
AxVLCPlugin21.video.marquee.x = 100
AxVLCPlugin21.video.marquee.y = 100
AxVLCPlugin21.video.marquee.enable()