I searched for previous posts on Video View and found quite a few and read them. I try to avoid asking a question over again. From the forum I learned how to set up Video View and initialize it. I'm showing Audio 1.10 checked in the library. Compiling gets past the initializing.
I won't need more than six short videos which repeat during the program, which means it will only pad the app one megabyte, and add the visual sophistication of short movies. And by having them INSIDE the app instead of on line, it insures the app will not have to wait for any connection problems.
I tried storing a short video in DirAssets. It found the video, 140 thousand bytes. I had to use Dir.Internal (the program couldn't find the movie when I tried to load it from DirAssets)
When it gets to the load and play subroutine, which is a button action sub, although the program compiles and installs on the emulator, When it runs on the emulator and I press that button it stops the program with a :"can't play this video" error.
I was trying to show an mp4 and got the error, so I converted it to a 3Gp on the site one of the posts mentioned. I still get the "Can't play this video" error. I can play the video back fine on other players like VLC media player (although it looks fuzzy since converting it to 3gp it plays fine) Haven't tried it on a tablet yet. It hasn't gotten past the emulator. Will you please help?
Thank you
Anton
---------------------------------------------------------------------------------------------------------
Heavy Chinese 10 inch Android Dragon tablet, a 7 inch Chinese tablet and Google Nexus One.
I won't need more than six short videos which repeat during the program, which means it will only pad the app one megabyte, and add the visual sophistication of short movies. And by having them INSIDE the app instead of on line, it insures the app will not have to wait for any connection problems.
I tried storing a short video in DirAssets. It found the video, 140 thousand bytes. I had to use Dir.Internal (the program couldn't find the movie when I tried to load it from DirAssets)
When it gets to the load and play subroutine, which is a button action sub, although the program compiles and installs on the emulator, When it runs on the emulator and I press that button it stops the program with a :"can't play this video" error.
I was trying to show an mp4 and got the error, so I converted it to a 3Gp on the site one of the posts mentioned. I still get the "Can't play this video" error. I can play the video back fine on other players like VLC media player (although it looks fuzzy since converting it to 3gp it plays fine) Haven't tried it on a tablet yet. It hasn't gotten past the emulator. Will you please help?
Thank you
Anton
---------------------------------------------------------------------------------------------------------
Heavy Chinese 10 inch Android Dragon tablet, a 7 inch Chinese tablet and Google Nexus One.
Last edited: