|
the voice.afs file is used to play sounds in the options and L-R trigger menus. they tell you what each option is/does.
they are very annoying and most ppl turn them off. jeffma commented it out and prolly deleted the file to save some disc space.
don't even bother messing with trying to make your own. its way to complicated.
are you saying you want to play background music during the start page?
< embed src="file:/dpwww/nameoffile.wav" hidden=true autostart=true loop=true>< /embed>
make sure there are no spaces before embed and put that in between the body tags. you can put a midi file or an adx file in place of the wav file. to play the midi file, use that tage above. to play an adx use this instead,
x-avefront://---.dream/proc/play/adx/adxfile.adx
put that instead of file:/
hope it helps.
|