Is there a way to play the video on the screen( not on a bitmap like media_play("video", NULL,100)) and still put it in the background in gamestudio v7.77?
Then you'll need to render the video onto the skin of an entity, or use view entities (view-entities are created using ent_createlayer, and exists in a kind of screenspace instead of world space).
im actually doing it using panel but i some video files can't play in fullscreen when i do that however, if i dont use any panel (NULL) video files play on the entire screen. I've also tried playing it on an entity skin and it works well but it slows the engine. If i can just put models on top of a video without using anything panels or other models to play on, it would be great. do you guys have other suggestions?