Hi,
I have included a small AVI called filemove.avi within my project. However when I try and reference this file to play it I always get a file not found error. How do I reference the file in my code. Currently I have used two methods
1: Full path to the original file:
lcFile = "c:\work\vfp\ems\multimedia\filecopy.avi"
MyForm.VCR.Open(lcFile)
2: Just the file name:
lcFile = "filecopy.avi"
MyForm.VCR.Open(lcFile)
Method 1 works find on my development machine, but not anywhere else. Method 2 does not work at all.
I don't know whats going on as usually method 2 works with my bitmaps?!? Any ideas folks?
I have included a small AVI called filemove.avi within my project. However when I try and reference this file to play it I always get a file not found error. How do I reference the file in my code. Currently I have used two methods
1: Full path to the original file:
lcFile = "c:\work\vfp\ems\multimedia\filecopy.avi"
MyForm.VCR.Open(lcFile)
2: Just the file name:
lcFile = "filecopy.avi"
MyForm.VCR.Open(lcFile)
Method 1 works find on my development machine, but not anywhere else. Method 2 does not work at all.
I don't know whats going on as usually method 2 works with my bitmaps?!? Any ideas folks?