Re: Good movie players other then MediaPlayer




"Javad" <javad@xxxxxxxxx> wrote in message
news:%23uCqAIFSGHA.4960@xxxxxxxxxxxxxxxxxxxxxxx
Do we have any good movie players other than MediaPlayer in VB6?


That come with VB6? No.

If you don't want to roll your own using MCI (which won't necessarily play
all media files, for example I don't think wmv files can be played using
MCI) or DirectX (or derivitive of it such as DirectShow, DirectSound, etc.),
then I guess the MediaPlayer control is probably your best bet. You might
try googling for shareware or even freeware controls. I'd bet there are
quite a few.

--
Mike
Microsoft MVP Visual Basic



.



Relevant Pages

  • Re: Good movie players other then MediaPlayer
    ... all media files, for example I don't think wmv files can be played using ... MCI) or DirectX (or derivitive of it such as DirectShow, DirectSound, etc.), ... then I guess the MediaPlayer control is probably your best bet. ...
    (microsoft.public.vb.general.discussion)
  • DirectShow or MCI (Media Control Interface)
    ... i can see that mp3 file can be played using the DirectX DirectShow ... or the MCI winmm.dll library. ... i guess all MP3 player will need to have sort of equalizer to enchance the ... so does this sort of equalizer effect can only be done ...
    (microsoft.public.vb.general.discussion)
  • Re: Looping wav files with VB6 MM control
    ... Even using the API, you'd have to do pretty much the same thing as ... status (and thus determine when playback has stopped). ... I have no idea if it'll help, but you might want to look into using DirectX. ... apparently not happy with what MCI or the PlaySound function can do, ...
    (microsoft.public.vb.controls)

Loading