Htaccess and loadSound

I’ve developed a small sound preview in flash that’s being used in a PHP page, I’m calling mp3 files into the preview.swf file using a Flashvar and a loadSound srcipt.

This all works great, but the directory that stores the mP3 files is protected by an .htaccess file.

I’ve tried using relative linking and putting the preview swf into the directory with the files, but this doesn’t work.

What should I add in my code to make the swf access this directory?

Any help would be great as I’m on a deadline and I don’t have many options.