Quote:
Originally Posted by yellowmat
Isn't it possible to have an object such as QMovie to play movies ?
Yes it is. You "just" need to implement apropriate classes to handle them (which you probably wouldn't like to do).
Quote:
If this object is not able to play movie files, it should have been named QAnimation instead.
Why? Isn't move an animation and animation a movie? Aren't they synonyms?
Also please remember that sound support in Qt is very limited.
Quote:
xine and mplayer do not work on a windows platform
Hmm... mplayer surely works on Windows (and it's easiest to embed it, it can be done in two minutes once you read mplayer docs).
Quote:
to play other format, but I don't find the API of this activex so if someone could tell me where to find it
http://www.msdn.com
Quote:
... and also tell me if it is possible to play a movie (not necessarly in full screen) without the control (play, stop, pause) bar.
Yes (for example look at mplayer).