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

how to Add video or image, help me!

$
0
0

void setup() { size(displayWidth, displayHeight); theMov = new Movie(this, "video1.mov"); theMov2 = new Movie(this, "video2.mov"); theMov3 = new Movie(this, "video3.mov"); theMov4 = new Movie(this, "vid1o4.mov"); }

i don't know how to add video or image like in code? error: Could not load movie file video1.mov


Viewing all articles
Browse latest Browse all 2896

Trending Articles