Detecting when a variable:URLVariables receives data
hi
is possible add 'change' event listener urlvariables similar adding addeventlistener(event.change, function) textinput?
i'm loading data , need detect when has completed , send variables class.
basically need know when it's 'safe' retrieve data urlvariables variable , means need detect change on urlvariables.
i have workaround using textinput changed in complete function , loads data seperate urlvariables var meaning have textinput dedect change , variable hold actual data waste...
thanks
you can detect whenever data received using event.complete listener , listener function. whether data new, changed or defined , unchanged, you'll need code after complete listener function called.
More discussions in ActionScript 3
adobe
Comments
Post a Comment