-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
generic
-
generic
Name: vi73552 Date: 03/09/99
We need a "Toolkit.createAudioClip(byte[])" method which does
a similar job to "Toolkit.createImage(byte[])"
Without such a method it is impossible to for a JavaBean to
de-serialize a sound (eeg .au) file without using the
Java Media Framework API.
More seriously it is impossible for an applet written
in Java 1.1 to access an .au file that is in a JAR file
because Netscape doesn't support "getResource". You can read
the file in from the JAR using "getResourceAsStream" but you
can't then turn it into an AudioClip without a Toolkit
method to do it.
(Review ID: 55030)
======================================================================
- relates to
-
JDK-4105712 RFE: It is impossible to play a sound other than from a URL.
-
- Closed
-