I have a guitar lessons site and I want to ensure that only registered users can access audio files. And even then, I want the actual url to be hidden from registered users. The way I have it now, is that the links appear as
a href = "bunch of stuff&req=link&exercideid=anumber&mediatype=audioORmidi"
So I can handle the unregistered users fine. But when a registered user clicks the link, I can't figure out how to make it so that the file gets streamed through windows media player (for instance) while hiding the url.
Any ideas? There must be tried and true practices for handling multimedia like this.
-brian