flash/xml not loading from http
flash/xml not loading from http
Out of context: Reply #1
- Started
- Last post
- 10 Responses
- Mick0
You're tracing onEnterFrame - the XML doesn't load until the frame code is finished parsing (I think). Maybe I'm wrong here :)
Try putting the trace into the next frame to see if it does anything. Also try
trace(proj.Loaded) to see if you get a value at all.