Stop files from being downloaded from Website

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a sound file (.wav) that I want the people viewing my website to be
able to listen to, but NOT to "save the target as" and remove the file for
themselves.

Is there anyway I can stop this? Any help is very much appreciated.
 
No

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have a sound file (.wav) that I want the people viewing my website to be
| able to listen to, but NOT to "save the target as" and remove the file for
| themselves.
|
| Is there anyway I can stop this? Any help is very much appreciated.
 
try this skript
<script language="JavaScript">
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("not fore download");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
</script>



"ProfRogers" skrev:
 
for them to hear it it's already downloaded by your browser, all someone
would need to do is look in their temp internet cache



|I have a sound file (.wav) that I want the people viewing my website to be
| able to listen to, but NOT to "save the target as" and remove the file for
| themselves.
|
| Is there anyway I can stop this? Any help is very much appreciated.
 
This makes it hard to save the music..

http://www.xmas-i-am.com/test/audio1.htm

If you think this is what you want then go here>
http://www.midistudio.com/MPlayer9/index.htm

and read how......

John Malone
===================

|I have a sound file (.wav) that I want the people viewing my website to be
| able to listen to, but NOT to "save the target as" and remove the file for
| themselves.
|
| Is there anyway I can stop this? Any help is very much appreciated.
 
And after you are amazed that you cannot right click on the
page, go into your internet options and retry it


message
: try this skript
: <script language="JavaScript">
: function right(e) {
: if (navigator.appName == 'Netscape' &&
: (e.which == 3 || e.which == 2))
: return false;
: else if (navigator.appName == 'Microsoft Internet
Explorer' &&
: (event.button == 2 || event.button == 3)) {
: alert("not fore download");
: return false;
: }
: return true;
: }
:
: document.onmousedown=right;
: document.onmouseup=right;
: if (document.layers)
window.captureEvents(Event.MOUSEDOWN);
: if (document.layers) window.captureEvents(Event.MOUSEUP);
: window.onmousedown=right;
: window.onmouseup=right;
: </script>
:
:
:
: "ProfRogers" skrev:
:
: > I have a sound file (.wav) that I want the people
viewing my website to be
: > able to listen to, but NOT to "save the target as" and
remove the file for
: > themselves.
: >
: > Is there anyway I can stop this? Any help is very much
appreciated.
 
Still in the cache

message
: You are right wav files are not for the internet a flash
file are much better
: take a loo on this site
: http://lazaworx.com/tools/addmusic/index.html
:
: "Rob Giordano (Crash)" skrev:
:
: > for them to hear it it's already downloaded by your
browser, all someone
: > would need to do is look in their temp internet cache
: >
: >
: >
: > "ProfRogers" <[email protected]>
wrote in message
: >
: > |I have a sound file (.wav) that I want the people
viewing my website to be
: > | able to listen to, but NOT to "save the target as" and
remove the file for
: > | themselves.
: > |
: > | Is there anyway I can stop this? Any help is very
much appreciated.
: >
: >
: >
 
message
:I have a sound file (.wav) that I want the people viewing
my website to be
: able to listen to, but NOT to "save the target as" and
remove the file for
: themselves.
:
: Is there anyway I can stop this? Any help is very much
appreciated.

**********************************************
Not really. If someone want something, and its on the 'net,
it might as well be theres. Just like trying to stop people
from grabbing your images. If the item is retrieved via
http, the contents will be in the temp-internet files before
it is seen or heard.
 
OK, now you have the .asx file.. ;)
That my friend is a playlist and not the songs.
Nothing on the internet is "Safe". The best you can do is make it harder for them to get.
Those "in the know" can do it and most others can't.

a've a nice day

Joh Malone
===================
| Nix and no
| Here you are http://www.xmas-i-am.com/test/list.asx
| Save it in the media player
| By the Way internet means shearing if you want to keep things fore yourself
| don't upload it on the internet :-)
|
| "John Malone" skrev:
|
| > This makes it hard to save the music..
| >
| > http://www.xmas-i-am.com/test/audio1.htm
| >
| > If you think this is what you want then go here>
| > http://www.midistudio.com/MPlayer9/index.htm
| >
| > and read how......
| >
| > John Malone
| > ===================
| >
| > | > |I have a sound file (.wav) that I want the people viewing my website to be
| > | able to listen to, but NOT to "save the target as" and remove the file for
| > | themselves.
| > |
| > | Is there anyway I can stop this? Any help is very much appreciated.
| >
| >
| >
 
Come on and finish it... All you need to do is to edit the
ASX file to get the relative song.urls

Agree I do that all you can do is make it harder

If you want to make it real hard, then convert it to windows
media with DRM protection, and put it on a media server
without cacheing as opposed to a web server which only can
download it
..


: OK, now you have the .asx file.. ;)
: That my friend is a playlist and not the songs.
: Nothing on the internet is "Safe". The best you can do is
make it harder for them to get.
: Those "in the know" can do it and most others can't.
:
: a've a nice day
:
: Joh Malone
: ===================
message
: : | Nix and no
: | Here you are http://www.xmas-i-am.com/test/list.asx
: | Save it in the media player
: | By the Way internet means shearing if you want to keep
things fore yourself
: | don't upload it on the internet :-)
: |
: | "John Malone" skrev:
: |
: | > This makes it hard to save the music..
: | >
: | > http://www.xmas-i-am.com/test/audio1.htm
: | >
: | > If you think this is what you want then go here>
: | > http://www.midistudio.com/MPlayer9/index.htm
: | >
: | > and read how......
: | >
: | > John Malone
: | > ===================
: | >
: | > "ProfRogers" <[email protected]>
wrote in message
: | >
: | > |I have a sound file (.wav) that I want the people
viewing my website to be
: | > | able to listen to, but NOT to "save the target as"
and remove the file for
: | > | themselves.
: | > |
: | > | Is there anyway I can stop this? Any help is very
much appreciated.
: | >
: | >
: | >
:
:
 
That doesn't do anything in my browser.

Must be somethingwrong with it. Like the whole idea.

Bob Lehmann
 
Back
Top