Great idea — and good news! Playing a video is actually already supported in Cyberix3D 2: the
Video block (and the global
videoplayer object) plays a clip from a URL, with autoplay, repeat, volume and an optional skip button.
Here are a few examples:
•
www.gamemaker3d.com/player?pid=01624988
•
www.gamemaker3d.com/player?pid=01624935
•
www.gamemaker3d.com/player?pid=01624936
The one limitation right now is that a video hosted somewhere that blocks cross-origin access (
CORS) won’t play from its link. We’re working on a
local files feature that solves exactly this — you’ll be able to add the video file directly to your project instead of relying on an external URL.
We’re also planning
video textures (playing video onto a material or surface) for a future update.
Thanks for helping shape the engine!
— Cyberix3D Team