We keep data files in a folder outside the including some audio and video. I have written and ASP page to grab those files and give the user the ability to view or save. However now I need the ability to embed one of these WMV files into a web page BUT not allow the user the ability to download the file.
I tried pointing the embed src parameter to the same url I use for the view/save, but that did not work. Can I just change the ContentType to some sort of stream or something to get this to work? Any ideas?
-Greg
I tried pointing the embed src parameter to the same url I use for the view/save, but that did not work. Can I just change the ContentType to some sort of stream or something to get this to work? Any ideas?
-Greg