Basically what I am trying to do is to set the MRL of an object (my VLC player) and then play it. I can get it to play if I enter the MRL in the design stage but I want it do set latter. The code I have is:
Code: Select all
AxVLCPlugin1.MRL = fileName
AxVLCPlugin1.play()
Many thanks in advance.