Game Development Community

Can Torque Play Videos

by Dani Segarra · in Torque Game Engine · 12/10/2007 (7:35 am) · 3 replies

Hello:
I want to put a video like an intro sequence.
Anyone knows if Torque can play videos?
Thank you!

#1
12/10/2007 (7:55 am)
Yes. You would need to convert your video to the Theora codec and then use the TheoraGUI control. There is documentation on the control on TDN as well as a resource to make it behave a bit better.
#2
12/10/2007 (8:13 am)
Thanks David
#3
12/11/2007 (3:56 pm)
Hello again:
I can play one video using: theVideo.setFile("video.org");
and I can stop it using: theVideo.stop();
but, when I try to play the video again, it stops in the first frame and it doesn't play the video.
It happends to anyone more?
Thanks!