ok, so i am learning as3 and have some data coming in that is in key value pairs. I was trying to see it using:
for each (var value:* in myData){
trace(value);
}
Error #1009: Cannot access a property or method of a null object reference.
But I get this error. I can see where it sends a message [object] [object], but i dont know where to go from here. how would I see it?