On Fri, 2006-12-01 at 13:58 -0200, Andre Henrique Campos wrote:
> The code below doesn't work.
> 
> test.py
> -------------------------------------------------
> import kaa.canvas
> 
> canvas = kaa.canvas.X11Canvas((640,480))
> canvas_movie = kaa.canvas.Movie()
> canvas.add_child(canvas_movie)
> movie = 'abc6.avi'
> canvas_movie.open(movie)
> canvas_movie.play()
> kaa.main()
> -------------------------------------------------

Please update kaa.popcorn and try again.  Should be fixed.

Note you should add a background object to the canvas (even a black
rectangle at 100% width/height would do) or else you may experience
peculiar output in some areas.

Cheers,
Jason.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to