I created a short animation whose frame rate is 12 f/s. This animation is external flash file which is supposed to load into the main flash file.
The frame rate of main file is 20 frame /sec and my animations are 12
frames / sec. Since the animations live inside the main, the main
is over-riding animation. Is there a way to have the animation to have
different frame rate and not skip frame when it plays?
i believe that can be achieved by placing your external movie on a different level than your main movie. when you load any movie into another, that movie’s characteristics take over. i am not sure though, i could be wrong.
You are right, a loaded .swf will run at the container movie’s frame rate.
If container.swf (at 20 fps) loads whatever.swf (at 12 fps), whatever.swf will run at 20 fps.