flash loadVars qu:
flash loadVars qu:
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- jslr0
see, that's what I'd expect. But it doesn't seem to work. if we call the variable "count", then
_root.count = this.variable
should set "count" to whatever value is in the loaded object's variable. Thing is, it doesn't.
To be a bit more precise, if I trace _root.count in the onLoad function for the object, it returns the expected value. If I trace the same value immediately after/outside the function - diddly squat.
Any ideas?