No Sound under Windows 98
843802Dec 20 2009 — edited Dec 30 2009Hello, I have a little program written which one must run also under Windows98. The program also shall standard formats play sounds "WAV", "AU", "MID", "MIDI", "RMF", "AIFF").
I tested it under Win2000SP4, WinXP and Vista Business, it plays quite normally the Sound!
But under Windows 98 SE (tested on 2 Machines) its silent.
No Exceptions, only no sound ???
It plays the wave Files with Winamp, but no from my application.
I try this 2 ways to play sounds (my app is not a applet):
audioClip = Applet.newAudioClip (fileURL);
audioClip.play;
and with JMF 2.1.1 before:
audioPlayer = Manager.createRealizedPlayer (fileURL);
audioPlayer.start;
Had these problem somebody already?
As said, error message I get none.
My app use JRE 1.5.0_22.