-
music files
I made a web page to publish some music files .wav/.mp3 on internet.
but the way a user can play it now is, when you click on it shows the open, open folder dialog and saves it to your temporary folder and then plays the file.
I would like to know how do we just play the file from the server itself (right when you click it) without downloading it to your hard drive.
-
it's called streaming media. You have to make a file that dirrects the player to the music file and load the que file instead of the mp3. search on msdn.microsoft.com thats where i found it. once you find it it's like a 2 minute thing to get done.