So I've been getting ready to start implementing videos in my game and I'm noticing that a lot of people have commented on this with things like "use x y and z scripting to get it to play a video." (PlayVideo, that kind of thing.) My question is: where do I need to store my video files so that the game will access them? What file folder does NameofClip.Ogv need to be in for it to be loaded in that context?
*EDIT* So I found that the videos need to be in the main project folder. Done that. But the game still calls them "undefined symbols."
NEVERMIND- I got it to work. You guys are nice to put up with me. ;)