i use the code from the link, http://androidcookbook.com/Recipe.seam?recipeId=1399

where the media player is use to play the audio, media controller is appear as anchor view of layout, the problem is while clicking the layout media controller is appear but the play button is not working , i can`t able to start the audio;

If anyone know s the problem means help me out.

Thanks.

link|improve this question

48% accept rate
Need more info, are you getting logcat messages or something? – Niek Jun 29 '11 at 6:55
the source code is available in this link androidcookbook.com/Recipe.seam?recipeId=1399 ,no error or nothing will be logged in logcat – Karthi Jun 29 '11 at 6:58
feedback

1 Answer

Sorry , i made a mistake it is working know; in on prepare listener of Media controller i set the property setEnable(false) and the second thing is i return as false in the following function

@Override public boolean canPause() { // TODO Auto-generated method stub return false; }

Thanks

link|improve this answer
Please enter your mistake here, and mark as answered, so other people can learn from it too. – Niek Jun 29 '11 at 7:17
do not write comments or any thing in answer section – Chirag Raval Jun 29 '11 at 7:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.