Answered
loadVariables onEnterFrame
so i have a simple php script below that gets the time of the
server hosting the script. my flash file has a simple
loadVariables, loading the variables from the php script
onEnterFrame. the problem is that the value of the variables is not
getting refreshed. the output of the trace below just repeats the
same value for CSTseconds over and over again. how do i get it to
change to the refreshed/current value?