.flv loadMovie problems

so I’m still working on this site which requires me to dynamically load a .flv file into a webpage created in flash. here’s what the code looks like:

on (release) {
loadMovie(“IMAGES/Motion/flv files/Aaron Causey’s Reel 2006.flv”, _root.ContWindow);
}
The object that has to be clicked in order to activate the movie to load is a movie clip also. The file names are files on my computer, and on my web server. I used this same function to load pictures into a movie clip named ContWindow, and that works great…however I’m guessing that the settings may be a bit different for video files.

Can anyone help me?