On Thu, Jun 9, 2011 at 9:11 AM, Abhishek Akhani <[email protected]>wrote:
> Hi, > > I am trying to make an MP3 player in android. Can anyone please > suggest me how to forward a media file on forward button click??? i > mean is there any way to set progress of that running media file???? :( > > -- > 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 Create a object of mediaplayer and write mp.next() for play next video. -- Naveen Shrivastava BCA+MCA(LAST SEM)+O/A/B Level(DOEACC SOCITY IT GOVT INDIA) -- 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

