I’m trying to use the moviePlayer control for desktop windows, I used the project contained in the examples but I can’t make it work. my system is w10 pro, xojo2023r4 or xojo2024r1
I tried to create a new project and open a file as reported in the documentation
Var f As FolderItem
f = FolderItem.ShowOpenFileDialog("*.mov")
If f <> Nil Then
MoviePlayer1.AutoPlay = True
MoviePlayer1.AutoRepeat = False
MoviePlayer1.Movie = Movie.Open(f)
End If
but the player ignores the .mov file or mp4 that I feed it, is anyone using this control?
2 posts - 2 participants