First let me say that these examples are barely python, mostly winapi calls. They were mainly an exercise to see how it can be done.
The first example is pretty much like the AVI object but without the controls. It's always drawn on top and it can be destroyed, but it has to be done manually.
http://dl.dropbox.com/u/5426011/examples3/video.cap
Made in 0.99.96
Needs the ctypes python library.
The second example is Media Player embedded in the window, so it supports any file format that Media Player can play.
http://dl.dropbox.com/u/5426011/examples3/Movie.cap
Made in 0.99.96
Needs the ctypes and win32com python libraries.
Python is cool, but I think a plug-in would be better.
-cheers
EDIT:
Also if it's of any interest here's an example of embedding flash in your app:
http://dl.dropbox.com/u/5426011/examples3/flash.cap
Made in 0.99.96
Needs the ctypes and win32com python libraries.