android - VideoView invisible in Popupwindow? -


my target: trying play video when tapping on 1 of item on screen while still staying on screen.

so resort popupwindow somehow videoview doesn't show in popup.

i can display popup fine videoview doesn't(in fact, it's not invisible rather freeze section of screen). if @ second , third screen, see invisible area isn't rectangular. that's because animating popupwindow.

i checked videoview inside activity , plays nicely. tested nexus 1 , galaxy s, both display same result.

quick search on stackoverflow shows question : android video, hear sound no video leads android not playing video .mp4 , both doesn't work me.

also, can see on third screen, mediacontroller doesn't attach video or popupwindow activity instead.

here's screens,

normal screen popup

control


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -