We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How do I play .mov files created with Tools?
// loading myMovie = new Movie(this, "T.mov"); myMovie.play(); image(myMovie, 130, 90);
Thanks , but I want to play the actual file with the extension .mov that I have created using the Movie Maker tool from the Tools menu. I want to send it to someone else so they can play it on their computer.
yes. you can do that with that code. just make a new sketch.
alternatively, use qtime to play mov
download quicktime
https://www.apple.com/de/quicktime/download/
Answers
Thanks , but I want to play the actual file with the extension .mov that I have created using the Movie Maker tool from the Tools menu. I want to send it to someone else so they can play it on their computer.
yes. you can do that with that code. just make a new sketch.
alternatively, use qtime to play mov
download quicktime
https://www.apple.com/de/quicktime/download/