View Single Post
  #1  
Old 08-02-2007, 08:44 AM
Vinicius Lima Vinicius Lima is offline
Member
 
Join Date: Jul 2007
Posts: 40
Adding multimedia

Hello,

When I used the script to add multimedia files to my world, I was able to hear the sound of the movie but the image turned black and I couldn't see anything. Here's is my script:


# Play a movie on the screen
if key == 'm':
mymovie = viz.add('carlton.mpeg')
mymovie.loop(viz.ON)
mymovie.play()
screen.texture(mymovie)

Could you tell me what the problem is?

Thanks
Reply With Quote