Click to See Complete Forum and Search --> : 2 questions ; 1 in VB other HTML
christian_F
02-22-2004, 04:26 PM
in VB the only thing i have to ask is How do you make a Setup file so that you can hand it out to your friends becasue i made a bad *** Game and i want to give it to some of my friends.
And for HTML How would i make it possible to be able to Download music... becasue i am in a band and so we actually do Touring with other bands... for people who actually visit the site if they wish to download/listen to our songs they can. could someone Post the Tags or whatever it is you have to do for it to be possible.
Handyman
02-22-2004, 05:24 PM
For the second part, all you need to do is link to the audio file you want to be downloadable. For example if you have the file "song.mp3" in the subdirectory "music", then you need the following code:
<a href="music/song.mp3">Click here to Download Song!</a>
christian_F
02-22-2004, 05:49 PM
wow that was easy enough i feel dumb now :-p well regardless thanks for answering :)
slavik
02-23-2004, 04:03 PM
to make a setup file, you can create a self-extracting rar or zip or ace ...
but if you want to make a real set up, search google, there are "special" programs that do this.
NOTE: all that a set up file is, is an archive with a script that extracts itself, copies/moves files/directories to their intended "path", changes settings as needed (if needed) ... etc.
just make a self-extracting archive ...
slavik
02-23-2004, 04:05 PM
before i forget, COPYRIGHT YOUR GAME!!!
find the web site for the copyright/patent office, get the form and send the form with the original source code (their requirement) to them (read the instructions, I'm not sure)
you have to do this in order to be able to sue me in the future or something ... ;)
christian_F
02-26-2004, 03:47 PM
haha...will do :D :p ;)