StageAlign.BOTTOM, a BUG in fl player 9 when calling ExternalInterface for resizing?

Hello,

**T****his is definitely a huge BUG in flash player 9. **

Here is some info if someone had run into similar problem?

**If I try to align flash to: **
StageAlign.BOTTOM
or
StageAlign.BOTTOM_RIGHT
or
StageAlign.BOTTOM _LEFT

and then if I try to resize my flash using externalinterface which will call outside JS that resize div around it, you`ll get flicker effect on your flash.

**However, if I align Flash to: **
StageAlign.TOP
or
StageAlign.TOP_RIGHT
or
StageAlign.TOP_LEFT

and then use external script for resize, everything works fine.

Any Ideas how to go around this problem? My flash needs to stay at the bottom, and to resize opposite - from bottom to top.