The error “Could not load movie file Fish.mp4” occurs. The “Fish.mp4” file is played in other video players, this file is located in the same folder as the sketch.
wild guess:
the loading is case-sensitive
try Fish.mp4
in your Win file explorer you can switch the display of File Extensions to ON
Chrisir
2 Likes
This file is definitely a .mov file. I’ve tried many different formats (.mov; .mp4; .avi), but the error still occurs.
Is your movie in a folder entitled “data”?
Did you try ..... new Movie(this, "Fish.mov");
Hello @Morphine ,
There is a working example here to examine:
You can open it, save it as a different name and then examine it.
The video will play if it is the data folder.
It will NOT play if it is moved to the sketch folder:
See the Environment (IDE) documentation:
There is some information about adding files to the data folder in the reference.
Look for:
- Add File…
- Sketches and Sketchbook section
- Also read the entire document. Lots of useful information in there!
:)
Have fun!
:)