ListView of mp3 in MediaPlayerStream from website
Hi Erel,
I'm wanting to put a number of my mp3s from my website in a ListView Page
I have used the example that NJDude gave on the thread "Stream media from link within WebView"
That example gives one specific online location rather than a list of many online locations for mp3s which could be presented and then played, maybe with a picture of the album cover..ie
'1st song (with Album cover)
WebView1.LoadHtml("<a href='http://www.michaeljohnson.com.au/samples-mobi/song1-1.mp3'>Free</a>")
'2nd song (with Album cover)
WebView1.LoadHtml("<a href='http://www.michaeljohnson.com.au/samples-mobi/song1-2.mp3'>Chill</a>")
Thanks in advance
Michael
Hi Erel,
I'm wanting to put a number of my mp3s from my website in a ListView Page
I have used the example that NJDude gave on the thread "Stream media from link within WebView"
That example gives one specific online location rather than a list of many online locations for mp3s which could be presented and then played, maybe with a picture of the album cover..ie
'1st song (with Album cover)
WebView1.LoadHtml("<a href='http://www.michaeljohnson.com.au/samples-mobi/song1-1.mp3'>Free</a>")
'2nd song (with Album cover)
WebView1.LoadHtml("<a href='http://www.michaeljohnson.com.au/samples-mobi/song1-2.mp3'>Chill</a>")
Thanks in advance
Michael
Last edited: