[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame.mixer.quit() not working correctly?



Hi,

For which Pygame version, operating system, and movie file type does it not work? Also, there is a movie player example you can try:

pygame -m pygame.examples.movieplayer <moviefile>

Lenard Lindstrom

On 18/04/11 08:46 AM, fladd wrote:
Hi there,

the docu says one should call pygame.mixer.quit() before playing a
movie. However, this does not work! The sound will not be played! Not
initializing the mixer in the first place does work and the sound will
be played!

Am I missing something?
How can I first play some audio and later play a movie? It seems that
pygame.mixer.quit() is not doing what it should do. Can anyone confirm
this?

Thanks,
Florian