imedia

  1. alimanam3386

    iOS Question How to Initialize iMedia variable in B4XMainPage

    Previously, we initialised the iMedia variable simple like this media1.Initialize("cam" , Page1) For now ( B4XPages projects ) how we can Initialize that in B4XMainPage ? we have not "Page1"
  2. 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