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!
I want to put a video like an intro sequence.
Anyone knows if Torque can play videos?
Thank you!
#2
12/10/2007 (8:13 am)
Thanks David
#3
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!
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!
Associate David Montgomery-Blake
David MontgomeryBlake