[F8] ScrollPane is a Pain! Been working on this for 2 weeks! HELP!

In a container movie, I have loaded an swf that contains a scrollPane which in turn loads an external swf.

In Firefox, it works like a charm. In IE, the scroll bars do not appear!

Here is the code I am using in the swf that contains the scrollPane:

[LEFT]

 [LEFT] 
var scrollContent:mx.containers.ScrollPane;
scrollContent.contentPath ="ABSOLUTE_LINK_TO_MY.SWF";
scrollContent.setStyle("themeColor","haloBlue");
scrollContent.setSize(248,375);
scrollContent.border_mc._height = 0;
scrollContent.border_mc._width = 0;

scrollContent.hScrollPolicy="auto";
scrollContent.vScrollPolicy="auto";
scrollContent.refreshPane();
 [/LEFT]

The live example is here:
http://www.becausecuidamos.com/newsite/index.htm

Click on Programs then Purple Scarf Project.

On the Internet, I’ve seen tons of posts about this problem. But no matter where I look, no one posts a solution. Can anyone here help? PLEASE!!!

Thank you[/LEFT]