So, my MP4 files are short, but lots of them. When uploaded to the APP inventor, I cannot produce an APK - It fails I assume due to too much uploaded data.
I have already reduced the quality to the lowest I can.
So, therefore the only option I could see was to upload the MP4 files from the phone itself (I can add the files in a folder).
I cannot get past the hidden player controls. I need those to go away and they just don't. No idea why Fullscreen = false breaks the player (blank screen, only audio).
I suspect I am trying to achieve something that MIT Inventor isn't really suited for
Moving over to http://code.appinventor.mit.edu/ works. I can upload all my files.
So I went back to the simple media player, but that only plays sound - video is missing.
Time to abandon this I think. I clearly doesn't want to play ball
OK... just seen it only plays audio.
Well if it's impossible to hide the controls of the Video player, I'll abandon MIT Inventor for this project and use a media player with a screen instead of an App.
I don't understand enough to go down the HTML5 route.
Thanks for the advice
I can get videoPlayer to work, I just can't hide the controls and I need to do that.
I found this other video player extension, but just cannot get the path correct.
What would be the required path to access the Vid1.mp4 video that I have uploaded to the editor?
I know where it is on the phone .....(\Internal storage\Android\data\edu.mit.appinventor.aicompanion3\files\assets\Vid1.mp4)
But that fails for reasons I think you have already pointed out.
I added the missing video arrangement block and now I get an error regarding that.
I don't see any any possible configuration for the layout block (in fact, I don't see the point of it at all). You can only get one block to interact with it and it's not the same block as in that thread.
Clearly asking MIT Inventor to auto-play a video with no controls is insanely impossible # 2 days wasted
I don't believe that extension (the videoLayout one) will be of any use to you, nowhere does it say it will hide the controls, and needs to be compiled to an APK for it to work.
Your statement is just not true, I provided you with a link to an example aia using html5 video and a webviewer which works just fine.
The Plyr Video player looks nice. But I have no idea how to install an extension that doesn't have the .aix prefix. The GIT link doesn't have an .aix as far as I could see.
Webviewer. Would I not need an internet connection for that? (which I won't have in this usage)