I have an animation that is created in flash, I have used the 3d tween changing many angles and rotations over 60 frames
playing this animation works fine by its self, The “snowy Screen is the 3d tween”Below is the object rotating

When I load this SWF into another Main SWF the 3d tween is ignored.Below
is the problem
Im hoping some one can explain if this is a glitch of some sort..
I have exported into different flash versions and have created different loader classes to try and find a solution.
Thanks
I have encountered this before and it killed me. If you load one 3D tween into a different SWF the parent SWF will control the perspective (there can only be one perspective per SWF at least as of Flash 10 player). You will need to set the perspective values identically in both the loaded SWF and the parent SWF. This one aspect of Flash 3D turned me off so much I do not use the feature at all anymore. This even goes for different assets dynamically parented together.