Hello, i have a peice of code written, i want it to play a list of sounds when called for, can ne 1 help me with this code, this is what i have so far:
<?PHP
$words=explode(" ", $textareaname);
foreach($testareaname as $val)
function preloadSound() {
if (document.sound) {
$val = $val("$val.wav<br>\n")
preloadFlag = true;
}
}
if preloadFlag = true
then
/ press button to play sounds /
/ play sounds in order of in memory /
ELSE
/ wait until preloadFlag=true /
?>
<form action="" method="post" name="form1">
<textarea cols="50" name="textareaname" rows="5"></textarea>
<br>
<input type="submit" value="Process" name="Submit">
<input type="reset" value="Reset" name="Reset">
</form>
Thanks Chris Davis