A user in the german forum reported a problem playing a video from a sub-directory:
PlayVideo("Videos\x.avi", 1, 0);
works on his comp, other people get
"File not found or [...] compiled/videos\x.avi"
Changing it to
PlayVideo("Videos/x.avi", 1, 0);
works on the other comp, but he gets
"File not found or [...] compiled/videos/x.avi"
He then tested it on various Windows XP systems and on some it works, on some it doesn't.
Any thoughts?
PlayVideo("Videos\x.avi", 1, 0);
works on his comp, other people get
"File not found or [...] compiled/videos\x.avi"
Changing it to
PlayVideo("Videos/x.avi", 1, 0);
works on the other comp, but he gets
"File not found or [...] compiled/videos/x.avi"
He then tested it on various Windows XP systems and on some it works, on some it doesn't.
Any thoughts?