Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1664

Feedback on: irt.org FAQ Knowledge Base Q1664

Sent by Robert Baker on April 06, 2002 at 15:53:47: - feedback #3755

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
It does not work


Sent by Mike on April 14, 2002 at 06:16:19: - feedback #3784

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



Sent by michel on April 14, 2002 at 13:16:02: - feedback #3785

Comments:
A bracket too many
if (sndAction == 'stop') sndObj.stop()); //stop, else play
should be

if (sndAction == 'stop') sndObj.stop(); //stop, else play


Sent by R. Baker on April 14, 2002 at 19:26:47: - feedback #3786

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
Would be very worth reading if the code works.


Sent by Steve on April 16, 2002 at 05:25:25: - feedback #3789

Worth:
Worth reading

Comments:
Does not work with IE6. Results in [Error: Object expected] due to line:
onMouseOver="playIt('play','document.sound1')"


©2018 Martin Webb