PDA

View Full Version : Adding multimedia


Vinicius Lima
08-02-2007, 08:44 AM
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

farshizzo
08-02-2007, 10:52 AM
Hi,

I don't have enough information to know what is wrong. Could you either post the video file or email it to me at lashkari@worldviz.com