PDA

View Full Version : Tutorial on how to let people download from my site/server


normandee
02-16-2001, 10:25 PM
Is any one able to edit a tutorial on how i can make it possible to down load from my site through a download button
this if possible would be greatly appreciated
thanking you in advance

Norman

Vlad
02-16-2001, 10:30 PM
make a button
and put an action on it

on (release) {
getURL ("http://site.com/file.exe");
}


It is ALL

normandee
02-16-2001, 11:17 PM
thank you very much Vlad