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

Re: [pygame] 'popup' windows and Movie Module



On Mon, 3 Nov 2003 16:11:32 +0000
Lane LiaBraaten <lliabraa@isrparc.org> wrote:

> When using the movie module to play mpegs, does the mpeg have to be
> displayed to the main 'display' or can it be displayed to a surface? 
> I can't seem to get the movie to play if I say
> mov.set_display(someSurface).
> 
> That said, how can I open up new windows other than the main
> 'display'?

SDL supports only one display, you need to create another process to get
2 display

see you