Hi - I have swf a that is 1280x720 and playing a video, and an Away3D file on top of it. Works great.
I load that into swf b, which is 1920 x 1080 and then position the loader at 320,180 to center it.
Everything works, but as you can see in the attached image the away3D scene is clipped by exactly the amount the clip is offset, so as to be centered.
I tried increasing the view size but that didn’t do it, and made it so I couldn’t see the model at all.
I tried placing the loader into a container sprite and moving that, but that had the same effect - ie still clipped.
If I let the loaded swf (the loader) sit at 0,0 it plays fine… but I need it centered.