also try do thing after Event.ADDED_TO_STAGE
hth
--
katopz
http://www.sleepydesign.com
I use Template but there are no references to stage width or height in
Template class. just set view.x=0 but no success.
I got deeper into View class , and form within that class from
function "updateScreenClipping" , _stageWidth is always the same.
Ok . I got clue. I traced perspectiveProjection from Camera3D class.
when an instance is created by "applicationDomain.getDefinition",
root.transform.perspectiveProjection of loaded class is different from
that from shell swf
focalLength is much smaller and projectionCenter is in different
point. So I think something here causes problem.