Game Development Community

How to play video in TGEA 1.7.x?

by Mquaker · in Torque Game Engine Advanced · 06/19/2008 (7:48 pm) · 3 replies

I saw GuiTheoraCtrl in TGEA 1.7.x sources.

but i don't use GuiTheoraCtrl in gui editor.

i want play video file in gui.

#1
06/19/2008 (8:50 pm)
This was supposed to be added in 1.0 but wasnt. GG has said they are adding it to future releases, but that was months ago and they still havent. I am waiting for this too and im hoping it comes soon. :)
#2
06/19/2008 (9:17 pm)
Ok, thanks adam. :)
#3
07/20/2008 (6:51 pm)
Some friends of mine used a sequence of low-res PNG files and a single GuiBitmapCtrl and a function "setBitmap" over and over to create a "flip book" style animation. With this, they were able to create a 3d interactive GUI menu and you could use it to create a video. It wouldn't be as resource efficient as the Theora, but I played around with it and it does work quite well.