Weird swf import issue

EDIT:
To simplify the question , i want to display objects that are on the stage of the imported swf file. Currently it is also displaying objects/graphics which are outside the stage when imported in another file. Below is my original post explaining more on the issue.


Hi all

I’m loading an external .swf file (1.swf) through a loader.This 1.swf has some assets at the left of the its stage start (0,0). See below example image.

Now when i import it through a loader in a new file and set its x axis as

loader.x = stage.stageWidth

then it still shows the left side assets. I want it to be just sit at the right corner of the file.

Is there any way that it can load in the loader with start as (0,0) without showing the left side assets?

Thanks!