Function and stage resize

Hi again.

I have a problem with browser resize in full browser flash, how resize can influence my function ? When i launch my site everything is working fine, but after browser window resize one function stops working. Maybe its beacouse of laco tweens ?

function looks like this
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#000000]function[/COLOR] imagesSht[COLOR=#000000]([/COLOR]currMovie, currPanel[COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000FF]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#000000]var[/COLOR] w:[COLOR=#0000FF]Number[/COLOR] = [COLOR=#000080]0[/COLOR]; w<myImages.[COLOR=#0000FF]length[/COLOR]; w++[COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000FF]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#000000]var[/COLOR] c:[COLOR=#0000FF]Number[/COLOR] = [COLOR=#000080]0[/COLOR]; c<myBigPanels.[COLOR=#0000FF]length[/COLOR]; c++[COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#808080]//scroller.container.writeFilter(new BlurFilter(20,20));[/COLOR]
currMovie[COLOR=#000000][[/COLOR][COLOR=#FF0000]“thumb”[/COLOR]+w[COLOR=#000000]][/COLOR].[COLOR=#000080]imgOver[/COLOR].[COLOR=#000080]c_val[/COLOR] = c;
big_holder[COLOR=#000000][[/COLOR][COLOR=#FF0000]“big”[/COLOR]+c[COLOR=#000000]][/COLOR].[COLOR=#000080]bkg[/COLOR].[COLOR=#000080]btnLink[/COLOR].[COLOR=#000080]l_val[/COLOR] = l;
currMovie[COLOR=#000000][[/COLOR][COLOR=#FF0000]“thumb”[/COLOR]+w[COLOR=#000000]][/COLOR].[COLOR=#000080]imgOver[/COLOR].[COLOR=#0000FF]_alpha[/COLOR] = [COLOR=#000080]0[/COLOR];
currMovie[COLOR=#000000][[/COLOR][COLOR=#FF0000]“thumb”[/COLOR]+w[COLOR=#000000]][/COLOR].[COLOR=#000080]imgOver[/COLOR].[COLOR=#0000FF]onRollOver[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000FF]this[/COLOR].[COLOR=#0000FF]_alpha[/COLOR] = [COLOR=#000080]20[/COLOR];
[COLOR=#000000]}[/COLOR];
currMovie[COLOR=#000000][[/COLOR][COLOR=#FF0000]“thumb”[/COLOR]+w[COLOR=#000000]][/COLOR].[COLOR=#000080]imgOver[/COLOR].[COLOR=#0000FF]onRollOut[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000FF]this[/COLOR].[COLOR=#0000FF]_alpha[/COLOR] = [COLOR=#000080]0[/COLOR];
[COLOR=#000000]}[/COLOR];
currMovie[COLOR=#000000][[/COLOR][COLOR=#FF0000]“thumb”[/COLOR]+w[COLOR=#000000]][/COLOR].[COLOR=#000080]imgOver[/COLOR].[COLOR=#0000FF]onRelease[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
big_holder[COLOR=#000000][[/COLOR][COLOR=#FF0000]“big”[/COLOR]+[COLOR=#0000FF]this[/COLOR].[COLOR=#000080]c_val[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000080]slideTo[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000FF]Stage[/COLOR].[COLOR=#0000FF]width[/COLOR]/[COLOR=#000080]2[/COLOR]-[COLOR=#000080]130[/COLOR], [COLOR=#0000FF]Stage[/COLOR].[COLOR=#0000FF]height[/COLOR]/[COLOR=#000080]2[/COLOR], [COLOR=#000080]2[/COLOR], easeType[COLOR=#000000])[/COLOR];
big_holder[COLOR=#000000][[/COLOR][COLOR=#FF0000]“big”[/COLOR]+[COLOR=#0000FF]this[/COLOR].[COLOR=#000080]c_val[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000080]rotateTo[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000080]360[/COLOR], [COLOR=#000080]2[/COLOR], easeType[COLOR=#000000])[/COLOR];
scroller.[COLOR=#000080]container[/COLOR].[COLOR=#000080]tween[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“Blur_blurX”[/COLOR], [COLOR=#000080]20[/COLOR], .[COLOR=#000080]5[/COLOR], [COLOR=#FF0000]“easeInSine”[/COLOR][COLOR=#000000])[/COLOR];
scroller.[COLOR=#000080]container[/COLOR].[COLOR=#000080]tween[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“Blur_blurY”[/COLOR], [COLOR=#000080]20[/COLOR], .[COLOR=#000080]5[/COLOR], [COLOR=#FF0000]“easeInSine”[/COLOR][COLOR=#000000])[/COLOR];
disableImgCOLOR=#000000[/COLOR];
currMovie[COLOR=#000000][[/COLOR][COLOR=#FF0000]“thumb”[/COLOR]+[COLOR=#0000FF]this[/COLOR].[COLOR=#000080]c_val[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000080]imgOver[/COLOR].[COLOR=#0000FF]_alpha[/COLOR] = [COLOR=#000080]0[/COLOR];
[COLOR=#000000]}[/COLOR];
big_holder[COLOR=#000000][[/COLOR][COLOR=#FF0000]“big”[/COLOR]+c[COLOR=#000000]][/COLOR].[COLOR=#000080]bkg[/COLOR].[COLOR=#000080]closeMc[/COLOR].[COLOR=#0000FF]onRelease[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000FF]this[/COLOR].[COLOR=#0000FF]_parent[/COLOR].[COLOR=#0000FF]_parent[/COLOR].[COLOR=#000080]slideTo[/COLOR][COLOR=#000000]([/COLOR]-[COLOR=#000080]700[/COLOR], -[COLOR=#000080]700[/COLOR], [COLOR=#000080]1[/COLOR], easeType[COLOR=#000000])[/COLOR];
[COLOR=#0000FF]this[/COLOR].[COLOR=#0000FF]_parent[/COLOR].[COLOR=#0000FF]_parent[/COLOR].[COLOR=#000080]rotateTo[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000080]360[/COLOR], [COLOR=#000080]1[/COLOR], easeType[COLOR=#000000])[/COLOR];
scroller.[COLOR=#000080]container[/COLOR].[COLOR=#000080]tween[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“Blur_blurX”[/COLOR], [COLOR=#000080]0[/COLOR], .[COLOR=#000080]5[/COLOR], [COLOR=#FF0000]“easeInSine”[/COLOR][COLOR=#000000])[/COLOR];
scroller.[COLOR=#000080]container[/COLOR].[COLOR=#000080]tween[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“Blur_blurY”[/COLOR], [COLOR=#000080]0[/COLOR], .[COLOR=#000080]5[/COLOR], [COLOR=#FF0000]“easeInSine”[/COLOR][COLOR=#000000])[/COLOR];
enableImgCOLOR=#000000[/COLOR];
[COLOR=#000000]}[/COLOR];
[COLOR=#000000]}[/COLOR]
[COLOR=#000000]}[/COLOR]
[COLOR=#000000]}[/COLOR]
[/LEFT]
[/FONT]

any help would be nice, thanks in advance.