Within my app I'd like to display a live feed from the rear camera alongside a button to choose to record or not
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
Ok, different scenario. I've tried to display a short video in place of the live feed (sub 10 seconds) which in turns pulls another looped video in its place once the first has ended.
This is activated by a button which calls the first video file.
What I can't seem to get is once the first video is called I set a timer to run for the duration of the first video then call the second video which in turn loops back to itself until another button is pressed.
When that button is pressed it stops the second video, and plays the first and stops.
Everytime I press the "on" button nothing happens.
Any ideas on how to achieve this?
If I combine the two videos, is there a way for only looping a certain part of it, then calling the first few seconds when a button is pressed?
once the first video is called I set a timer to run for the duration of the first video then call the second video which in turn loops back to itself until another button is pressed.
Completed()Now how do I get the video to start without prompting for a play button input from videoplayer?
At t&e moment it waits for me to touch the video and select play before it errrr..... Plays!