Hi, I want to use a 1 second-1080x1920 mp4- video. It plays perfect on Windows but having update errors on android. I tried to reduce the size of the video file but result is the same.
Here is the code
Create event
var package_name = os_get_config(); // Gets the app's package name dynamically
var video_path = "storage/emulated/0/Android/data/" + package_name + "/files/koala_intro_01.mp4";
if (file_exists(video_path)) {
show_debug_message("SUCCESS: Video file found at " + video_path)...
Video is not updating on Android
Here is the code
Create event
var package_name = os_get_config(); // Gets the app's package name dynamically
var video_path = "storage/emulated/0/Android/data/" + package_name + "/files/koala_intro_01.mp4";
if (file_exists(video_path)) {
show_debug_message("SUCCESS: Video file found at " + video_path)...
Video is not updating on Android