Doug Posted April 16, 2018 Share Posted April 16, 2018 Hi All Forgive me if I've missed this, but I can't seem to find any examples or reference to being able to create video game objects / textures. Is this possible please? I am thinking of mp4 or ogg video playing on a game object within the game. Mainly for use in things like interactive product tours etc. I note that the Phaser.Device namespace has a "video" member. I also note that Rich mentioned the video.OnComplete event handler in one of his posts too. So I am wondering if there is support for actual playback too? Thanks very much! Link to comment Share on other sites More sharing options...
Daniel Arnold Posted January 20, 2019 Share Posted January 20, 2019 This is also something I missed dearly from phaser 2. I've finally come up with a solution that adds video support to a subclassed Phaser.GameObjects.Image, thus inheriting all the abilities like any other game object. Phaser3 Video Gameobject: (Code, Demo) Link to comment Share on other sites More sharing options...
Recommended Posts