DevAndroid Posted July 16, 2010 Share Posted July 16, 2010 Salut, tout est dans le sujet, :D :D comment je peux repeter en boucle la piste: musique1 mediaPlayer1 = MediaPlayer.create(Synthe.this, R.raw.musique1); mediaPlayer1.setOnCompletionListener(new OnCompletionListener(){ public void onCompletion(MediaPlayer mediaPlayerParam) { } }); mediaPlayer1.start(); merci d'avance Link to comment Share on other sites More sharing options...
acesyde Posted July 16, 2010 Share Posted July 16, 2010 Peut être ceci non ? (setLooping) http://developer.android.com/reference/android/media/MediaPlayer.html#setLooping(boolean) Link to comment Share on other sites More sharing options...
DevAndroid Posted July 16, 2010 Author Share Posted July 16, 2010 merci c'est bon jai trouvé! Japprecie beaucoups ton aide en ce moment merci Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.