Using Movie Maker

How do I play .mov files created with Tools?

Answers

  • edited July 2015
       // 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.

  • Answer ✓

    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/

Sign In or Register to comment.