Java Question VideoViewExtras 1.00

Status
Not open for further replies.

tariqyounis

Member
Licensed User
Longtime User
Hell all;
I am taking a video from by using CamEx2 and I am saving it to
File.DirRootExternal
. I would like to play the video by using the following code:
vv:
Private Sub btnShow_LongClick
    vv.Initialize("vv")
    Rootp.AddView(vv, 10dip, 10dip, 250dip, 250dip)
    vv.LoadVideo(Main.VideoFileDir, "pic1.mp4")
    vv.Play
End Sub

but I am getting
can't play this video
.
any idea what I have to do?
 

MarcoRome

Expert
Licensed User
Longtime User
It only needs to be posted in the Android Question (which you have already done) and not in the Java Question.
Furthermore, multiple requests should not be made with the same problem.
 

tariqyounis

Member
Licensed User
Longtime User
It only needs to be posted in the Android Question (which you have already done) and not in the Java Question.
Furthermore, multiple requests should not be made with the same problem.
I posted 2 questions by mistake, and I reposted them again in the right forum. how to delete the wrong ones?
 
Status
Not open for further replies.
Top