Bug 1042 : OpenGL + Movie Example (Loop)
Last modified: 2008-11-23 07:31




Status:
RESOLVED
Resolution:
DUPLICATE of bug 882
Priority:
P2
Severity:
normal

 

Reporter:
Daniel Shiffman
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-11-22 22:56
Movie example with OPENGL fails (just hangs, blank window).

I can make it work by loading the movie before size():

myMovie = new Movie(this, "station.mov");
myMovie.loop();
size(640, 480,OPENGL);
background(0);
Additional Comment #1 From fry 2008-11-23 07:31


*** This bug has been marked as a duplicate of 882 ***