How to access query string arguments with AS3

Found a great blog post with an ActionScript 2 class that parses the current URL and creates accessible properties out of query string arguments: https://blog.circlecube.com/2008/03/20/get-current-url-and-query-string-parameters-to-flash-tutorial/ I needed something to parse any URL, so I made a few adjustments and converted the class to be able to access query string arguments with AS3. Here’s the updated […]

Read more