No, frame rate is set with the movie when you create the swf. There is no property to control it with.

You could fake it. Like if you had some animation in a movie clip, you could use:

_root.mcName.gotoAndPlay(_currentframe + 2);

But it will appear jerky cause it's skipping frames.