Loading mc via actionscript problem (i see only part of it)

Hi

I have a strange problem. I have created an movie clip ( a lot of nested animations itd) that is 1920 px X 1080 px. If i drag&drop it on stage that is same size it displays ok when i test move. But when i try to load it from library with script using this code
ActionScript Code:
var cadiaTest:MovieClip = new CadiaTest();
addChild(cadiaTest);
(i have checked in library to export for action script and gave it name CadiaTest.)
well it only displays portion of my move. Not the hole thing. Like i would be using an mask to only show a small part of it on stage. But i am no. If anybody has any idea what is the matter i would be very happy. I cannot attach Fla file as it is 5mb witg best zip compression but if anyone can tell me what i am doing wrong, well you would just made my day. (if possible i can send it to email)

regards
Luka