Sunday, May 20, 2012

Reading Variables in the URL

In Adobe Flex, utilizing ActionScript, you may have a need to send data in the URL of the address you are opening your Flex (Flash) application in.  This is what it would look like in our code if we want to extract the "token" variable in the URL. For example, the URL would be http://www.clb-llc.com/page?token=12345678

This is the class that you need to accomplish the above call.


Leave a Reply