Will Pay, Setting uiscrollbar when not needed

I have a working uiscrollbar, but cannot get it to dissapear when its not needed.

I have ran a trace on the scroller.maxscroll, it is always 1. regardelss of the amount of dynamic text being brought in.

help!!!

loadText = new LoadVars();
loadText.load(“homePage.html”);
loadText.onLoad = function() {
cell.scroller.text = this.info;
}
cell.scrollBar._visible = (cell.scroller.maxscroll >= 0);
trace(cell.scroller.maxscroll)