I am using videoview/videoplayer to playback media online but i can not find field isplaying to detect an media is playing??
solved!! if anyone need, you can use this code
https://stackoverflow.com/questions/9954367/find-mpmovieplayercontroller-is-playing-or-not
solved!! if anyone need, you can use this code
https://stackoverflow.com/questions/9954367/find-mpmovieplayercontroller-is-playing-or-not
B4X:
Dim no As NativeObject = vv
no = no.GetField("player")'.GetField("moviePlayer")
Log(no.GetField("playbackState")) '1=playing '2-pause
Last edited: