We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
stopping a movie (Read 419 times)
stopping a movie
Feb 12th, 2008, 7:41pm
 
Hi

I am loading several movies into a sketch and even when I call myMovie.stop(), the movie seems to still be playing. Has anyone ever had any problems stopping a movie? Are movies supposed to automatically play when they are loaded?

Thanks
Jher
Re: stopping a movie
Reply #1 - Mar 12th, 2008, 5:48am
 
hi
do you put "myMovie.loop()" or "myMovie.play()"  into
"void setup()",if right,you don't stop movie,you need
put loop() into "void draw()" and to control loop() or
stop(),you can try.

p.s
can you help me ,i have a problem.
when i'm playing video,i don't display sound,do you know
this problem,my video file is mov.

thank you.
Page Index Toggle Pages: 1