3

I have a viewflipper controller with different views.

I click in the firsview and i go to secoundview with and animation.

The secondview is a video view with a streaming video inside (it works perfectly)

the problem is when i go back using the back physical button(flipper.showPrevious()) I override that for stop the video before leave with videoView.stopPlayback();

When i come back to the firstview i still have the video playing over the firstview (only the video, or a black screen if i did the stopPlayback() before)

How can i solve that? What i am doing wrong?

Cheers!

Morvader
  • 2,317
  • 3
  • 31
  • 44
Guel135
  • 750
  • 7
  • 26

1 Answers1

0

You could always try videoView.setVisibility(int); function.

Subasteve
  • 53
  • 1
  • 7