flash help plz
flash help plz
- Started
- Last post
- 3 Responses
- royer
Flash noob, so some of you might laugh at this.
I am having trouble getting my xml data to load in a scroller. I moved the movie clip off of the main timeline that it originally loaded in, so i changed _root to this. That didn't work...any ideas without looking at my file?
- xhanubis0
_root.Nameofxmlclip.
- royer0
Thanks for the help...i just can't seem to figure it out. It seems so simple.
- skelly_b0
first trace your xml data, to make sure it's loading. Then once the load is complete: this.nameOfScroller.text = xmlData;
That is about the best one can hope for with your vague description.