Sunday, May 20, 2012

Posts Tagged ‘variable’

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

Read more: Reading Variables in the URL