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:
QuoteSet 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 Please login to see this link..
The movie will start at the position indicated by the initial playback time.
So first I did set in Fusion:
Please login to see this attachment.
Then on XCode I added the video.mov in resource folder:
Please login to see this attachment.
However I'm getting this
Please login to see this attachment.
What I'm doing wrong? edit: I also added the video to the Binary Data.
Thanks