How to play an AVI file in a specific location using API
Hi,
I want to play an AVI file on my form using the API. I have found some code on AllAPI.net which plays fine, but in another window. I did a search on the web and this site, and found a bas file written by someone here (sorry, can't remember who you are), which promises to play in my form, but doesn't play at all.
Does anyone have a reliable way of doing this?
Thanx for all help
Re: How to play an AVI file in a specific location using API
Quote:
Originally posted by Blinky Bill
...are), which promises to play in my form, but doesn't play at all.
have you tried running the sample you found after compiling into an exe ?
I'v seen samples running avi's, not visible in design mode, but works just fine when running as a compiled exe.
just a thought :)
playing avi and wav together
how about playing an avi and wav file together...is it possible?
so far I have an avi file which the sound file is actually in other file
test.avi and test.wav
do you think I can play both files simutaneously ?..how do I synchronise both files?