Possible Duplicate:
VideoView invisible in Popupwindow?
I am making a function that moving VideoView with finger.
As I use common layout such that RelativeLayout as VideoView's parent,the video palys normally.
But it blinks too much when moving along finger.
So I thought that PopupWindow may conquer this problem.But the VideoView which added in PopupWindow just leave a transparent space and audio plays normally.
I have searched many answsers,unfortunately there is no one for me.
can a video be played in PopupWindow?
How do I solve the blink problem?