Hey, I have a site I’m working on (http://tstcareertech.org/) where I have three flv’s on the the homepage (intro, programs, conclusion). I have buttons above the video player for each of these sections that, when pressed, tell the current flv to stop playing (InstanceOfFlv.stop() and go the frame with the respective flv and play (gotoAndPlay(“framelabel”);. It seems however that this is not enough though, because when I test it on the website, the video playback seems to have several issues when switching between flv’s. Is there something I’m supposed to do in addition to stopping the current movie and going to the frame where the other movie is?