I added videoview to an app; everything works fine, the Mp4 starts, plays, fills the screen as programmed. They is one problem though, occasionally, it is necessary to stop it. vv.stop halts playing. vv.visible = false seems to have no effect. What I would like to do is stop playing and do other things on the screen but the documentation doesn't seem to have examples on how to halt and remove the videoview.