Resizing External SWF's

Hello,

I’m having trouble resizing an externally loaded swf in actionscript. I really am unfamiliar with actionscript sytax but here is the script to call the swf…


_root.location.loadMovie("image1.swf");
_root.location._width = 350;
_root.location._height = 233;

I’ve tried something like this but to no avail. When I remove the last two lines the movie loads… but with the last two it does not. Can someone please help. I would be eternally greatful.

[unable_to_load]