Thanks for the response Alex! How can I test if multiple request are being made? Because in my code I'm only calling the module to load once.
But one thing I should mention is that the module is being loaded inside a creationComplete event handler of a view component. Could it be that this creationComplete event is being fired more than once? if so, how can I prevent this? Thanks!!! --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Most common issue has been multiple open requests for the same module > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of mellomike07 > Sent: Thursday, June 12, 2008 8:36 AM > To: [email protected] > Subject: [flexcoders] Modules not loading in some browsers! Why? > > > > Hello, > > My problem has to do with modules showing up in some browsers > sometimes... and not > showing up other times in other browsers. To fix the problem I have to > refresh the page so > the Flex application will reload. > > I always make sure the empty my cache before trying... There are some > times when the > modules load fine.... what could be the problem?? >

