I have a Flex app that gets data from a MySql db using Java via Remote Object. Whenever I load the app in Firefox I see the message "Transferring data from localhost..." in the status bar, and it doesn't disappear even after everything's loaded.
I don't have this issue in IE (the app loads then the status bar says "Done"), and if I switch to another Firefox tab while the "Transferring data..." msg is there, then return to my app, the status bar will say "Done" like it's supposed to. I found a post on Flexcoders implying this is a Firefox bug. But has anyone got any tricks for how to work around it? There seem to be some solutions here [1] and here [2] and here [3], but is there... I dunno... a more "Flex"-like way (one that won't require modifying the HTML after hitting the "Run" button)? [1] http://www.robmccardle.com/wp/?p=22 [2] http://www.actionscript.org/forums/showthread.php3?t=92847 [3] http://board.flashkit.com/board/showthread.php?t=759308 Thanks, folks.

