I have a swf that I created in Flash CS4 that includes a movie clip. Because I only have a small number of frames for the movie clip I have set it to 6fps so that it runs at the right speed. When I publish and then load the swf the movie clip runs at the right framerate.
However, I am actually using these swf files in an actionscript project that loads them up and displays them. When I do that with this swf the fps on the movieclip seems to have reverted to 24fps and is running way too fast.
Is there some way to limit the movie clip fps so that it stays the same when I load it in actionscript, or is there any reason why the fps should be reverting?
Ideally I would like to have different fps for different elements within my swf - is that possible?