BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 11-10-2007, 02:02 PM   #1
Spartan115
Thumbs Must Hurt
 
Spartan115's Avatar
 
Join Date: Aug 2007
Model: Pearl
PIN: N/A
Carrier: T-Mobile
Posts: 80
Default Playing Music From a JAR or a RMS

Please Login to Remove!

I have the code to play music from a JAR or from an RMS:
(From an RMS)
Code:
RecordStore store;
int id;
// play back from a record store
try {
   InputStream is = new ByteArrayInputStream
     (store.getRecord(id));
   Player player = Manager.createPlayer(is, "audio/X-wav");
   p.start();
} 
catch (IOException ioe) {
} 
catch (MediaException me) {
}
...
(From a JAR)
Code:
try {
   InputStream is = 
     getClass().getResourceAsStream("audio.wav");
   Player player = Manager.createPlayer(is, "audio/X-wav");
   p.start();
} 
catch(IOException ioe) {
} 
catch(MediaException me) {
}
But what I want to know is how to actually get the music into the JAR from the RIM JDE or onto the record store.
If you guys don't know that, do you know how to make the default ring tone play?
Thanks a lot in advance
Offline  
Old 11-12-2007, 09:17 AM   #2
Skipper_Joe
Talking BlackBerry Encyclopedia
 
Skipper_Joe's Avatar
 
Join Date: Jan 2007
Location: Kharkov, Ukraine
Model: 8300
Carrier: N/A
Posts: 237
Default

You can store any resource inside your cod file - include it in the jar file, which is compiled by rapc.
After this you can access it using Class.getResourceAsStream(<path/to/resource>) method.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Raspberry Pi 4 Model B 8 GB RAM picture

Raspberry Pi 4 Model B 8 GB RAM

$60.97



RAM MODULE (COMES WITH WIRING HARDNESS) picture

RAM MODULE (COMES WITH WIRING HARDNESS)

$220.00



37061 - IMPERIAL RAM MODULE -  picture

37061 - IMPERIAL RAM MODULE -

$205.00



KUHN GMD 700 Disc Mower Hyd Cyl Seal Kit 60Bore 25 mm Ram picture

KUHN GMD 700 Disc Mower Hyd Cyl Seal Kit 60Bore 25 mm Ram

$82.99



Ram Kl-1 picture

Ram Kl-1

$650.00



100 Ton Hydraulic Cylinder Jack 200cc Stroke Ram Low Profile Flat Lift Cylinder picture

100 Ton Hydraulic Cylinder Jack 200cc Stroke Ram Low Profile Flat Lift Cylinder

$130.98







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.