PDA

View Full Version : strange goings on with ScrollPane


_global.kevin
03-02-2007, 09:25 AM
Hello I’m a newbie so be gentle,

I’m currently calling a dynamic xml based swf into a scrollPane, when i publish it works fine but when i put it up on-line the scrollbar is defective.

The scrollPane code is as follows

finder.contentPath = "found1.3.swf"
finder.redraw(true);
finder.invalidate();
setFocus(finder);

I'm kind of stabing around the dark with the redraw, invalidate and setFocus.

Thanks in advance.