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

Feedback on: irt.org FAQ Knowledge Base Q1223, July 30, 2000 at 21:39:12:

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

Feedback on:
irt.org FAQ Knowledge Base Q1223

Sent by
B De Roes on July 30, 2000 at 21:39:12:

Worth:
Very worth reading

Comments:
after much experimentation, I finally got this to work in IE5.5 with the following additions/changes to the code:

you need this from Q485:
var can_play = true; var mimetype = 'audio/midi';

and instead of this line in PlaySound:
document.embeds[soundName].run();
you need:
document.embeds["sound"+idx].play();
which means you don't need the if test for Navigator.

I also had to hardcode the preload of my midi files, because the first 'if' did nothing.


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

©2018 Martin Webb