You da man...
I thought there was something missing there... It was searching for sound1wav because your line of code was missing a simple . lol
should be:
PHP Code:
srand(make_seed()); $srand_snd = rand (1,18);
$sound='<embed src="audio\sound'.$srand_snd.'.wav" autostart="true" loop="0" hidden="true"></embed>';
Thanks again.. it's working perfectly! Now if only someone would release the multiple file attach.