CoolKidd
(...)
February 18, 2023, 2:56pm
#1
I checked out Kodular Fenix (v1.5.0) Bug Tracker before creating a new topic
Describe your issue
This is a problem with the video_player component.
In the companion, it works fine, but when packaging my app and testing it, it does not work.
Steps to reproduce the issue
Add the video_player component.
Add any video to the source.
Download and install the app.
Expected Behaviour
It should be showing a working video
Actual Behaviour
Just a black screen
Show your Blocks
Android version
Version 11 and 12.
Peter
(Moderator)
February 18, 2023, 3:13pm
#2
Upload an aia with videofile that shows the behavior.
CoolKidd
(...)
February 18, 2023, 3:32pm
#3
This post was flagged by the community and is temporarily hidden.
Peter
(Moderator)
February 18, 2023, 4:31pm
#4
What kind of videos are you using/sharing?
Taifun
February 18, 2023, 8:57pm
#5
what is the timer interval of your clock?
btw. you forgot to stop the clock in the Timer event…
also you should switch screens correctly…
I see many issues done by users because they switched screens not correct.
This below is now just one of many other solutions:
[blocks]
If you dont open/close screens correct your app will get possible runtime errors.
Possible errors: (example)
Unable to add window -- token android.os.BinderProxy@45d459c0 is not valid; is your activity running?
Iam sure you don’t want that.
Then please do it in the future and switch screens correct.
General Tips and Tricks for App Inventor/Makeroid
…
Taifun
CoolKidd
(...)
February 19, 2023, 2:28am
#6
MP4’s, to replace the background.
CoolKidd
(...)
February 19, 2023, 2:30am
#7
I did all the fixes, my clock interval is 1000
Taifun
February 19, 2023, 3:15am
#8
please provide an updated screenshot of your blocks…
show us how you set the source… you might want to set it in the blocks rather than in the designer…
Taifun
CoolKidd
(...)
February 19, 2023, 3:20am
#10
I set the source in the designer.
Taifun
February 19, 2023, 3:22am
#11
yes I know, but unfortunately we can’t see it… therefore the suggestion was
Taifun
Taifun
February 20, 2023, 1:44pm
#13
Try to use a shorter file name, for example YouAreSave.mp4
Taifun