Problems with liquid flash versus resize scrollbars

I’m desperate for help after wasting 3 days this week on this problem.

The problem is demonstrated at this link. Read the text in the upper left.
http://harbingerpro.com/poliza_test/...as2/testx.html

I have elements floating on the x and y axis. But I will also need to resize the scrollbars in this swf. After I resize the scrollbar - done through javascript (clicking a pink button) the floating element will reposition on the y axis but stop floating.

For all I know the problem is in the CSS, SWF Object, a Javascript bug, AS???

The AS code is copied directly from
http://www.tutorio.com/tutorial/liquid-flash-layout

The scrollbar code is simply:


	import flash.external.ExternalInterface;
	
btn1.onPress = function() {
	ExternalInterface.call("resizeh", 1100);
}

Any help greatly appreciated.