problem loading xml into flash
problem loading xml into flash
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- fyoucher10
You may be calling for the XML data before it is loaded. Try using XML onLoad, and when it's loaded then call your next function.
You may be loading the XML file but then immediately calling a function to do stuff with the data but the data hasn't been read in yet.
It's working locally because it's just that, local. No downloading involved.
Online you gotta download it first, even though it may only be light on file size.