loadvideourl

  1. omarruben

    Bug? LoadVideoUrl does not load from a string variable holding the address[solved]

    Hello, looks like it is a bug *** does not work **** Private vv As VideoView url = "http://mi.radiocast.us:8000" vv.Initialize("vv") vv.LoadVideoUrl(url) *** WORKS **** Private vv As VideoView vv.Initialize("vv") vv.LoadVideoUrl("http://mi.radiocast.us:8000") using the...
Top