Did u try somthing like this?
<PARAM NAME="fileName" VALUE="return_movie.php?filename=wmv.wmv">
Where return_movie.php is something like this ...
echo "real_path_to_the_movie/{$_GET['filename']}";
and maybe some header setup ...
I cant test it now to see if its working, is just an ideea ...