Actionscript 1 - help
Actionscript 1 - help
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- heavyt0
not sure if this will help, but if the XML is in an array, you can check the length of the array right after it loads.
then you can tell it where to stop.
ex.
testVarLength = array.length;that may or may not be of any use.
TR1