When i run my project that plays a video on the 2D Screen, its just a small panel where i set it up to be. and it plays there.
But when i play it on an ios phone, it causes it to open up the video window(?) (the full screen video player). is there a way i could disable that?
Extra question: Is there a way to have an input system to send an email to a particular person?
That’s definitely doable, you will need a server or 3rd part service to send the email using usually a Rest Call. Search online on how to send an email from Javascript and you will find a lot of resources.
yea it works just fine, but im doing it via 2D, and when i button press to play the video on my iPhone, the full screen video player opened up and it gave a black screen. audio still plays.
i tried on my android phone, it works fine. no extra windows appeared. the video plays where the ui is set.
yea…but from what ive been searching on, i cant find anywhere that would allow me to get the https://video.mp4 link for me to play a video from that is free.
im trying to play a video in my project via streaming/a link, because playing via saved videos would cause the project file to be too large, unless theres another work-around on this?
Generally, we recommend you host the video on an external server such as AWS, or your own web host.
If you are including the video in your project, then I would disable preload so it doesn’t load the file on the loading screen. Then you can just use getFileUrl () to get the URL for the video.