Hi,
I have an application developed in FLEX that worked really well until I update the Flash Player Version from 9 to 10 (player version 11 didn’t work for me either), after the flash player update my web service (developed in C#) started to receive the character “<” as “<” causing all my server side code to crash…my question is what would be the work around? Flex is working as usual sending a String that contains the character <…but for some reason the flash player 10 translate this as a “<” when pass the data from the browser to my web service.
Since going back to version 9 is not an option for me at this point… any help will be very appreciated!