Hi Kevin,
>Yes, but a complete wxQtMovie for Windows would be a lot of work. On
>Windows, I need to get a lot more low-level with the event loop and
>with the drawing, moving, etc. routines, and that's not something I'm
>very anxious to start working on, to be honest. ;-/ (I'm having enough
fun with Mozilla as it is!)
Well, I made a preliminary “media player window” for windows and mac a while ago using DirectShow and QT – it doesn’t support seeking or anything fancy like that though.
http://cvs.sourceforge.net/viewcvs.py/wxprojects/wxAudio/src/msw/mediads.cpp?rev=1.2&view=markup
http://cvs.sourceforge.net/viewcvs.py/wxprojects/wxAudio/src/mac/mediaqt.cpp?rev=1.2&view=markup
Also, on *nix you can probably use something like:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-typedetection.html
Are you sure about this one? I thought WMP was able to play QuickTime
files, though I doubt the support is quite as good as Qt itself.
Nope – it can’t. No other windows media player besides quicktime itself can (well, there are a couple hacked programs that can).
Ryan Norton