swift - How to forward streaming media (music ) in ios? -


var url = nsurl(string: musicarr?.objectatindex(count) as! string)      player = mpmovieplayercontroller(contenturl: url)             self.view.addsubview(player.view)       player.moviemediatypes.rawvalue     player.preparetoplay()     player.play() 

using movie player , playing media remote url!

if click on middle of slider mp3 should start there.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -