OnLoad (Calculate dimension swf size)

When loading an external SWF into another SWF.

_root.main.loadMovie("session.swf");

Is it possible to calculate the size dimension’s (Not file size)?

I’m wondering because I’m loading it into Claudio’s Scroller and want to scale the draggable scroll bar.

Cheers