Hello,
Is it possible that in the code instead of the path to the avi file with the specified drive and folders is just the name of the file. This means that only on the basis of names find a file and activates it.
![]()
Private Sub CommandButton1_Click() USF.WindowsMediaPlayer1.URL = "D:\Mirko\1.avi" 'Adjust the position and name!!!! USF.WindowsMediaPlayer1.Controls.Play Golbl End Sub
Bookmarks