SyntaxFix
Write A Post
Hire A Developer
Questions
It works like this:
mpintro = MediaPlayer.create(this, Uri.parse(Environment.getExternalStorageDirectory().getPath()+ "/Music/intro.mp3")); mpintro.setLooping(true); mpintro.start();
It did not work properly as string filepath...