In regards of what seems popular demand, flixel-animate supports an option called "renderToTexture" which, conceptually is another layer of rendering (presumably a Movieclip) that renders all said pieces in one texture and outputs it.
Referencing When to cache bitmaps that entails my point.
I'm concerned about the performance of this, possibly this could be better improved (without having to cache the limbs) with a depth buffer?