Link to home
Start Free TrialLog in
Avatar of wshore
wshore

asked on

Play .AVI file

A while back I needed an easy way to play a .wav file under program control and was given a great solution.  I simply declared:

Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long

...and then placed the file path for the .wav anywhere it was needed.  My question:  Does the same kind of solution exist for playing .avi files?  Please let me know.  Thank you,

Warren Shore
ASKER CERTIFIED SOLUTION
Avatar of nichia
nichia

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial