URLLoaderDataFormat.VARIABLES = “variables” Bug

Recently I worked on a project where I had to get the current timestamp from the server via php. I used the URLLoader Class to load the php script and catch the reponse in a handler.

A few hours later I found out that URLLoaderDataFormat.VARIABLES constant equals “variables” instead of  “VARIABLES”.

Leave a comment