File size of an .swf?

When using the movieClipLoader it is possible to get the file size of a target swf. The size is often used to display the loading progress.

Is there any way to get the file size of an .swf that is not loaded, without using the movieClipLoader?

I need the size of two .swf’s because they are going to be loaded together. I want to display the total loading progress.

Thank you.