Tag Archives: Flex

Flex Workaround: ActionScript Does Not Support Method Overloading

C#, VB.Net, and Java support method overloading, i.e. one can define two methods of the same name but with different parameters. For example, you can have a method named ShowName with a string parameter named pstrFirstName and you can have … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Flex Workaround: HTTPService Does Not Return Response Headers

I am surprised that HTTPService of Adobe Flex does not return response headers!   What if an application written in Flex would want to communicate with a system written in J2EE and was using the Set-Cookie response header to get the … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment