Alright so i'm trying to create a mediacontroller to control my audio file that plays whenever i click on an imageview. i tried this but it wouldn't recognized the audio file (mysound)
MediaController mc = new MediaController(this);
mc.setMediaPlayer(mysound);
mysound.setMediaController(mc);