gmail uses javascript extensively. Your login id is saved at your side (Client side) in form of cookies which is then checked again n again for any disconnection and expiry of the cookie.
So when u try to open your gmail/google/orkut in 2 windows (same browsers) then the same cookie is used by both the instances. The work around is you open 1 in FF and the other in IE. Now this is difficult through AS-3 right?? Open your application in IE, use external interface and get an ActiveX object in IE. Using this ActiveX object u can open an instance of FF if the client permits you to do so. Through FF, how this can be done is a big question. On Apr 27, 12:23 pm, "[email protected]" <[email protected]> wrote: > Hi All, > > I am able to open two IE browser with different gmail Id.But from flex > using navigateToURL(new URLRequest("www.gmail.com")) If i try to open > two broswer the second one opens with the previous login Id.Is there > any work around to do this. > > Thanks in advance... > > -Dinesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

