I want to make my music not downloadable

Reply

Join Date: Jul 2005
Posts: 11
Reputation: Killswitch is an unknown quantity at this point 
Solved Threads: 0
Killswitch Killswitch is offline Offline
Newbie Poster

I want to make my music not downloadable

 
0
  #1
Jul 26th, 2005
Heya, i am creating a personal site using Microsoft Frontpage. To make the site more intersting i have added music .. But i know if i allow people to download it from my site it will be illegal. Can anyone help me and tell me how to make the music unavailable to download and to listen to ONLY?.

Thanks,
Killswitch.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,210
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 489
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: I want to make my music not downloadable

 
0
  #2
Jul 26th, 2005
Use JavaScript for example
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 11
Reputation: Killswitch is an unknown quantity at this point 
Solved Threads: 0
Killswitch Killswitch is offline Offline
Newbie Poster

Re: I want to make my music not downloadable

 
0
  #3
Jul 26th, 2005
errrrrr giz a hand
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,210
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 489
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: I want to make my music not downloadable

 
0
  #4
Jul 27th, 2005
[HTML]<SCRIPT LANGUAGE="JavaScript">
function playSound(soundUrl)
{
document.getElementById("sounds").src = soundUrl;
}
</SCRIPT>[/HTML]

and something like

[HTML]bgsound="javascript:playSound('song location')"[/HTML]
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 11
Reputation: Killswitch is an unknown quantity at this point 
Solved Threads: 0
Killswitch Killswitch is offline Offline
Newbie Poster

Re: I want to make my music not downloadable

 
0
  #5
Jul 27th, 2005
thank you for that I will copy in the HTML code later

please 'memba im not thick its just im 13 and still learning

Killswitch
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 11
Reputation: Killswitch is an unknown quantity at this point 
Solved Threads: 0
Killswitch Killswitch is offline Offline
Newbie Poster

Re: I want to make my music not downloadable

 
0
  #6
Jul 27th, 2005
Does'nt seem to work... im pretty new to using HTML could you give me any more advice or help?. It would be much appreciated

Thanks,
Killswitch
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,047
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 130
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: I want to make my music not downloadable

 
0
  #7
Jul 27th, 2005
I'm confused. Anyone would be able to view the source of the HTML page, see the location of the sound file, and download it directly? You would need to stream media somehow ... a streaming server? I'm not exactly sure how it works
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 11
Reputation: Killswitch is an unknown quantity at this point 
Solved Threads: 0
Killswitch Killswitch is offline Offline
Newbie Poster

Re: I want to make my music not downloadable

 
0
  #8
Jul 28th, 2005
Originally Posted by cscgal
I'm confused. Anyone would be able to view the source of the HTML page, see the location of the sound file, and download it directly? You would need to stream media somehow ... a streaming server? I'm not exactly sure how it works
Yeah you can put in place a media player in your site so that the music/vid plays in it. I havent tried this to see if it stops ppl being able to download the music.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,052
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: I want to make my music not downloadable

 
0
  #9
Jul 28th, 2005
Do you even know what "downloading" is? (Sorry for being abrasive.) It is impossible for a user's computer to play the music that is on your server without having downloaded it first.

What you want is impossible.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 11
Reputation: Killswitch is an unknown quantity at this point 
Solved Threads: 0
Killswitch Killswitch is offline Offline
Newbie Poster

Re: I want to make my music not downloadable

 
0
  #10
Jul 30th, 2005
Originally Posted by Rashakil Fol
Do you even know what "downloading" is? (Sorry for being abrasive.) It is impossible for a user's computer to play the music that is on your server without having downloaded it first.

What you want is impossible.
no, What i want is for people to open the music within the site and not be able to download it on their pc as downloading the music for free would be illegal....

Killswitch
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Graphics and Multimedia Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC