R – Flex app loading slow without progress bar

apache-flexpreloading

I have a Flex app., sometimes when you view it, its exactly as expected. Yet sometimes when you view the page it is just blank for like a good minute with no progress bar or any indication to wait. The progress bar is supposed to be automatic in flex. I would like to fix this because I am afraid it is causing us to lose many sales. If it's a Flex bug and there isn't a fix, is there someway I can position the Flex app over some text that says like "Loading.. Please wait" and then when the app loads it covers it? I need to give the user some sort if indication to wait, 60 seconds is way too long with no indication that something is loading.

UPDATE:
Apparently its not loading at all for some users, until the refresh the page.

Best Answer

I think it is timing out trying to download a non-existent "crossdomain.xml" file.

Related Topic