Hi
Is it possible to add a 'Change' event listener to URLVariables similar to adding addEventListener(Event.CHANGE, function) to a textinput?
I'm loading data and need to detect when it has completed and send those variables to another class.
Basically I need to know when it's 'safe' to retrieve the data from my URLVariables variable and that means I need to detect a change on URLVariables.
I have a workaround using a textinput that is changed in the complete function and then loads the data into a seperate URLVariables var meaning I have a textinput to dedect change and then another variable that hold the actual data which is a waste...
Thanks
North America
Europe, Middle East and Africa
Asia Pacific