Hello -
I have set up the MediaPlayer in my Java class attempting to play a
file from my local drive.
mp.setDataSource("C:/Java/MyProgram/res/raw/something.mp3");
mp.prepare();
mp.start();
Have I set something up incorrectly above because I am not hearing
anything that comes out of AVD (should the sound be coming out of my
sound card?)
Thanks,
Milan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---