Scroll Pane Problem In Internet Explorer

Hi, I’m using a scroll pane component to load an extrnal swf.

The swf loads fine, and all works ok, EXCEPT in internet explorer more times than not, upon load, the scroll bar does not appear. The surround for it does, but the actual bar and buttons (top and bottom) dont.

I’ve tried hard coding it, away from the properties bar as well, incase it was a component having a hissy fit.

this.profileScroll._visible = true;
this.profileScroll.contentPath(“claire.swf”);
this.profileScroll.scrollDrag = false;

and it still does the same thing.

However, this still hasnt fixed it and i REALLY dont want to have to make a custom one.

Thanks in advance