Framerates

Hi guys, you might remember my previous post about making images follow positions on a movie and the problems I was having.

Anyways, it’s fixed now but basically my setup is as follows… I have my main movie on the stage and I also have a separate SWF being drawn to a bitmap data object which contains coloured squares which are used as a guide as to where my images should be positioning.

Anyways, check it out here… http://www.davefoxy.com/external/orange/Main.html

The problem is, sometimes I think the framerates of the two movies are getting out of sync (they should be stuck on 25fps) and the guides are getting out of line with the movie.

Does anybody know of a way to keep to two in sync with each other? Since once is a movie (FLV) and the other is a loaded-in SWF, I thought I could use something like…

stage.frameRate = _videoNS.currentFPS;

But the loaded SWF just plays way too fast! Any ideas anybody?