disable prepreroll to try and avoid security issues

This commit is contained in:
benfry
2007-10-04 22:41:23 +00:00
parent ea5f7bfe52
commit 5b3d2532ff
+2 -1
View File
@@ -242,7 +242,8 @@ public class Movie extends PImage implements PConstants, Runnable {
// we've got a valid movie! let's rock.
try {
// this is probably causing the 2 seconds of audio
movie.prePreroll(0, 1.0f);
// disabled pre-preroll on 0126 because of security problems
//movie.prePreroll(0, 1.0f);
movie.preroll(0, 1.0f);
// this has a possibility of running forever..