With collada I use the SkinAnimation class
For Example:
var skinAnimation: SkinAnimation =
mObj3D.animationLibrary.getAnimation("default").animation as
SkinAnimationAnd then update the animation by using : skinAnimation.update(time:Number) good example you can find at the "Advanced_MultiMario.as" file
