tags:

views:

15

answers:

0

Hi,

I'm using IFrame with TitleWinodw but for some reason the IFrame inside the TitleWindow seems to stick to a fixed position on the screen even though I drag the TitleWindow around. Can some please shed some light please?

Here is the code snippet:

titleWindow.addChild(iFrame);
PopUpManager.addPopUp(titleWindow, this, true);
PopUpManager.centerPopUp(titleWindow);

Thanks,