View Single Post
  #6  
Old 10-25-2007, 09:28 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You need to add the animated GIF as a video texture, not a normal texture. Example:
Code:
gif = viz.addVideo('animated.gif')
gif.play()
Reply With Quote