At the complete event ||I have the follow code
The player start play the file but the screen is black
I must move the mouse to see the screen
*** the device when it plays does not have a mouse to move or touch screen
when I start the activity it shows ok
olny when I change the file (the content) it goes to black
so I must have an other solution to refresh the screen
thank
Kalarakis
Greece
B4X:
xxx
xxx
xxx
File.Copy("sdcard","newavi.avi","sdcard","myavi.avi")
File.Delete ("sdcard","newavi.avi")
' I have the same name of the avi file but it is different contents
vv.LoadVideo("mnt/sdcard", "myavi.avi")
vv.BringToFront
DoEvents
vv.Position=0000
vv.Play ' play it
The player start play the file but the screen is black
I must move the mouse to see the screen
*** the device when it plays does not have a mouse to move or touch screen
when I start the activity it shows ok
olny when I change the file (the content) it goes to black
so I must have an other solution to refresh the screen
thank
Kalarakis
Greece