Page 1 of 1

live code download music to pc

Posted: Sat Oct 20, 2012 9:38 am
by itay1023
hello,
can i have please a code that doese that
if i am clicking on a button so a mp3 file
downloads to my windows computer?

regards,
Itay

Re: live code download music to pc

Posted: Mon Oct 22, 2012 11:39 am
by Mark
Hi,

Code: Select all

put URL "http://www.yourdomain.com/yourfile.mp3" into \
  URL ("binfile:" & "/path/to/your/file.mp3")
Kind regards,

Mark