Where Are My Variables?

Flash 9

Is there any way (besides clicking on all the input text fields and checking) to find all variables in the timeline?

I cant seem to get all of my variables loaded into php. I’m 100% sure my php script is correct.

Only 3 of my variables are being sent and the others are not. I think the problem is that I have duplicate variable names and can’t find the duplicate in my timeline.

If anyone has the solution please reply

for(k in this){
trace(k +" = "+this[k])
}

maybe?