views:

471

answers:

0

My flex app has a call in it to:

navigateToURL(new URLRequest(_rURL),'_self');

But it takes about 3-5 or even more seconds before it will leave the current page.

If I omit the '_self' the new window opens immediately and the page loads immediate...but only when I set it to _self I get a few seconds of a delay before it loads...I have no idea why but it is annoying.. I am wondering if anyone might have any idea why this is happening or anything I can do?

Thanks!