so if you wanted to get your galleries listed on the hun and cant use the above method because the script doesnt allow. then it use this.
If people start hotlinking the videos , all you have to do is rename the folder with the videos and change this one php line to reflect the new folder name , without having to change the html in the galleries
Code:
<?php
$mov = $_GET['x'];
header("Location: http://yoursite.com/realvideofolder/$mov.wmv");
?>
p.s. you would use the same htaccess from above as well.