Loading an External SWF Larger Than Browsers Window

Hi Guys ,

I have a site build with several swf sections (Home,About,etc…) loaded via XML.
The thing is that one of the sections needs to be larger than the browser windows height, actually a lot larger.

So i need to find a way so that the browser’s scroll bar will appear only for that specific section…

Right now it works if i change the dimensions of the main movie container and edit the index.html: overflow:auto;

But what kind of code should i use to let the browser’s scroll bar appears if a movie that is loaded via XML is larger than height of the browser…

Any help please?