PDA

View Full Version : Video/Sound Sync problems for CD app


graines
07-30-2004, 11:50 PM
My problem is that when I am loading a swf into my my main movie, my video falls out of sync after about 3 minutes of viewing. The loaded swf contains an embedded mpg video file. The mpg video file is set to streaming and the swf containing it does not fall out of sync when being viewed on its own...only happens when it's loaded into the main movie.

I load it into the main movie using the loadMovie() method.

My exact code is --> loadMovie(_root.varbr3, _root.Movies); - where varbr3 is a var defined as the swf file containg the vid.

phew...so that's my prob. It's driving me nuts (8 hr's later) and I cant embedd the video because I have 4 of them...and they are 300MG

Help will be MUCH appreciated.

graines
08-01-2004, 04:24 AM
Welp...not being able to find a solutions to this horribly annoying problem I decided to just put the movies into a Director 'projector' file opening each as needed through a link within my Flash executable.

If anyone has any idea as to a better alternative be sure to drop a post.