Feedback on: irt.org FAQ Knowledge Base Q1664
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
It does not work
Comments:
Help !!
When I run the above code in the IE5 Browser...
I get the following errors...
Line:8
Char:45
Expected ';'
--------
Line:20
Char:1
Object Expected
--------
Line:21
Char:1
Object Expected
Please help !!
Mike
Comments:
A bracket too many
if (sndAction == 'stop') sndObj.stop()); //stop, else play
should be
if (sndAction == 'stop') sndObj.stop(); //stop, else play
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Would be very worth reading if the code works.
Worth:
Worth reading
Comments:
Does not work with IE6. Results in [Error: Object expected] due to line:
onMouseOver="playIt('play','document.sound1')"