Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q1223

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.