Hello every one,

I tried to play sound file (*.mp3) in Android application.
I used the following code:

MediaPlayer m = new MediaPlayer ();
m = MediaPlayer.create(this, R.raw.start1);
m.start();

first, I play a sound file, then when I tried to play another sound file,
it still play the old one although I delete it from the res/raw folder.

Please help me.

thanks in advance.


-- 
Mai A. Al-Ammar
Teacher Assistant
Imam Mohammad bin Saud Islamic University
College of Computer Science

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to