Video plays superfast when I add Audio to a MovieTexture

Hi Guys,
when I play a video file…everything plays fine but when i add the audio clip it plays in fast forward mode…any ideas

I found the answer....i added if(!movie.isPlaying){ movie.play(); abc.audio.play();} Movie is MOvieTexture and abc is an object that has AudioListener and AudioSource

1 Answer

1

if(!movie.isPlaying){ movie.play(); abc.audio.play();}

Movie is MOvieTexture and abc is an object that has AudioListener and AudioSource