From the VideoPlayer help (click the ? at the appinventor), it says:
"You can also set the media source to a URL that points to a streaming video, but the URL must point to the video file itself, not to a program that plays the video.
At the “blocks” I set “VideoPlayer1.Source” to http://XX.com/tube/city.mp4 (i cover my source with XX)
At the “design” set Source = None
When testing it said “undefined” when I click Button3.
If I upload the city.mp4 from appinventor
At the “blocks” set VideoPlayer1.Source to city.mp4 (no URL, just filename)
At the “design” set Source = None (yes None)
It plays the video when i click Button3.
So VideoPlayer CAN’T work with URL as it says in the help (the ? mark). Is there something you are going to fix? Thanks for a great product.
I will upload my demo, but not possible, i get “apps with extensions cannot be uploaded to the gallery”.
My demo, All in one (7MB apk, inside there is 1MB mp4): sidebar extension, layout, long text for label, ActivityStarter, web connectivity, clock, play mp3, play mp4, text speech.
hi Davidjava, no i didnt, URL not work. It was a post for dev team.
About “deep host” extension, you need to download the app and register with your phone number. I dont use it.
I was not able to register here in Costa Rica...
Also "deep host" does not offer support for his extensions, nor does he answer by email... the only thing you can do is to use them on your own risk...
Finally, I decided to download the .mp4 file from the internet as a previus step, as explained here . Once I have it stored in the mobile storage as a temporary file, I set the file path in VideoPlayer and can play it without any problem.