here is my code, i have added you snippet but it still dosent work for me.
'Activity module
Sub Process_Globals
Dim mp As MediaPlayerStream
End Sub
Sub Globals
End Sub
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
mp.Initialize("mp")
End If
mp.Load("http://64.71.162.108:8541")
End Sub
Sub mp_StreamReady
Log("starts playing")
mp.Play
End Sub
Sub mp_StreamError (ErrorCode As String, ExtraData As Int)
Log("Error: " & ErrorCode & ", " & ExtraData)
ToastMessageShow("Error: " & ErrorCode & ", " & ExtraData, True)
End Sub
Sub mp_StreamBuffer(Percentage As Int)
Log(Percentage)
End Sub
WebView1.Width = 100%x
WebView1.Height = 100%y
WebView1.LoadURL("http://radio.team174.co.uk")