by Geoff Cox <gcox@[EMAIL PROTECTED]
>
May 11, 2008 at 09:22 PM
On Sun, 11 May 2008 21:34:19 +0200, Lasse Reichstein Nielsen
<lrn@[EMAIL PROTECTED]
> wrote:
Lasse,
I think I've got it right now! I need count < 7 not count < t.
Cheers
Geoff
for (var count=1;count<7;count++){
if (count != t) {
soundManager.stop('mySound'+count);
do***ent.getElementById('IMG'+(count)).src=played2.src;
}
}