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
1 Answer
1if(!movie.isPlaying){ movie.play(); abc.audio.play();}
Movie is MOvieTexture and abc is an object that has AudioListener and AudioSource
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
– ravi_gohil999