Loaded swf will always take on the frame rate of the parent.

However, I think you can change the frame rate in Actionscipt 3.0 using:

// change frame rate to 12 fps:
stage.frameRate = 12;