FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1042 : OpenGL + Movie Example (Loop)
Last modified: 2008-11-23 07:31
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
882
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
***