Okay, so I tested this out again and the problem continues. The result was no different from scenedirector.stop(), scenedirector.speed=5000, scenedirector.playrange(199,200) or any other idea for skipping the item.
I can use self.scenedirector.playrange(0,5) and I will see the first 5 frame play but the scene will remain online for the entire duration of the animation controller.
I've tried controlling the animation controller directly as well using the same commands. Same results except that myAnimController.playrange(0,5) does not seem to display the first 5 frames.
#XPression