Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

"Could not load movie file"

$
0
0

My code look like this:

import processing.video.*;

Movie myMovie;

void setup() {
  size(480, 400);
  myMovie = new Movie(this, "Line2.mov");
  myMovie.loop();
}

The movie: Line2.mov, is placed in the same folder as my file.

Why can't it load the file?


Viewing all articles
Browse latest Browse all 2896

Trending Articles