[flexcoders] Flex Builder makes my app freeze

2009-05-27 Thread seanclarkhess
I'm at a complete loss here. I have a legacy app, written in flex 2 using the sdk, that I'm trying to get compiling in flex builder. It was always compiled using mxmlc before. When I compile the project in Flex Builder, it freezes the browser when it initializes. If I compile it with mxmlc, it

[flexcoders] Re: Flex Builder makes my app freeze

2009-05-27 Thread seanclarkhess
Ok, this is getting more strange. I commented EVERYTHING out, and it still froze, so I created a new flex 2 app. It froze. Just to make sure I wasn't insane, I created an entirely new project, switched the sdk to Flex 2 hotfix 3 and it froze again. Is something missing in my FB install? I'm c

[flexcoders] One computer unable to connect to XMLSocket server

2008-12-11 Thread seanclarkhess
I've coded a custom socket server in PHP, finished it and passed it off to the client, but there's on guy (the PM, actually) who can never pass data back and forth. >From his side, Flash says he's connected, but he never gets the accepted >message back from the server, and the server never sh

[flexcoders] Re: One computer unable to connect to XMLSocket server

2008-12-11 Thread seanclarkhess
Some code: http://pastie.textmate.org/337070 - the base client class http://pastie.textmate.org/337071 - the base server class (there are several helping classes not shown)

[flexcoders] Re: One computer unable to connect to XMLSocket server

2008-12-11 Thread seanclarkhess
False alarm -- The PM had an internet filter installed, even though he repeatedly denied having any firewalls or anything. All fixed...