Re: [flexcoders] Re: flex and IE 7 problems.

2007-02-16 Thread dorkie dork from dorktown
btw. to clear things up. my issue was with flash player 8 (haven't tried 9 with this same bug), flash and it had to do with IE security. can you try it outside of your network? or come up with a simple example we can test? try it without setting the content type (as just a string). also try escap

[flexcoders] Re: flex and IE 7 problems.

2007-02-15 Thread mthielman11
all the user names right now are sinble alphanumeric. We are getting the same behavior from all 6 machines we have tried running IE7 from. The login screen is part of a very small logic shell application that then points to different flex modules. The app just passes username and password

Re: [flexcoders] Re: flex and IE 7 problems.

2007-02-15 Thread John Dowdell
mthielman11 wrote: > When we tracked the logs its as REALLY strange. a user was loggin in, > username and was ferrall. For some reason the log kept showing he was typing > farrell. we > thought it was user error till we tried it and the same thing happened. Also > was changing > other thin

Re: [flexcoders] Re: flex and IE 7 problems.

2007-02-14 Thread dorkie dork from dorktown
i've run into some problems with ie6, https and frames. i had to come up with a crazy workaround. here is what you do. come up with a simple test sandbox so that you can isolate the problem. if it persists then post it to the list so we can verify. On 2/14/07, mthielman11 <[EMAIL PROTECTED]> wro

[flexcoders] Re: flex and IE 7 problems.

2007-02-14 Thread mthielman11
Yes this is a flex 2 app. Nothing crazy going on at all. A simple HTTP post to do a user login. It sends 2 fields via xml back to the DB. Server side its a resin server sending data to PostgreSQL. When we tracked the logs its as REALLY strange. a user was loggin in, username and was fer