Get Url Query Parameters From Flex
Flex doesn’t support native function to get query parameters from the url and you will have to develop one yourself. I needed this function for one of the tasks I have to complete at work, so I wrote one myself. The code as follows: I think the code is straightforward …