hello,
when I start this program, the movie doesn't play smoothly, anybody has an
idea ?
(I use windowsXP)
import pygame
from pygame.display import flip
from pygame.locals import *
pygame.init()
screen = pygame.display. set_mode((640,4 80))
pygame.mixer.qu it()
movie = pygame.movie.Mo vie("d://pygame//video3.mpeg")
movie.set_displ ay(screen, (0,0))
movie.play()
movie.set_volum e(1)
flip()
while 1:
if not movie.get_busy( ):
break
--
Henri
when I start this program, the movie doesn't play smoothly, anybody has an
idea ?
(I use windowsXP)
import pygame
from pygame.display import flip
from pygame.locals import *
pygame.init()
screen = pygame.display. set_mode((640,4 80))
pygame.mixer.qu it()
movie = pygame.movie.Mo vie("d://pygame//video3.mpeg")
movie.set_displ ay(screen, (0,0))
movie.play()
movie.set_volum e(1)
flip()
while 1:
if not movie.get_busy( ):
break
--
Henri
Comment