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

Feedback on: irt.org FAQ Knowledge Base Q1664, April 14, 2002 at 13:16:02:

You are here: irt.org | About | Feedback | 3785 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1664

Sent by
michel on April 14, 2002 at 13:16:02:

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

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


Other feedback on 'irt.org FAQ Knowledge Base Q1664' - show all

©2018 Martin Webb