Hello,
I'm trying to play a .Mov file on mac from the application following the guide of the iOS/MacOS Video Object that states in the help:
So first I did set in Fusion:Set movie URL or filename
Changes the movie played in the movie player. If the file is embedded in the application bundle, you must add the file to the resource folder in Xcode. You should only state the name of the file in this action (no path). If the file is present on a web server, specify the full URL (starting with http://).
The movie will start at the position indicated by the initial playback time.
2020-07-28 18_46_55-Window.png
Then on XCode I added the video.mov in resource folder:
Screen Shot 2020-07-28 at 18.43.05.png
However I'm getting this
Screen Shot 2020-07-28 at 18.44.12.jpg
What I'm doing wrong? edit: I also added the video to the Binary Data.
Thanks