PDA

View Full Version : Loading xml problem



tpspoons
August 19th, 2006, 12:22 PM
PREVIEW
(http://www.boshpk.co.uk/SiteConcept/MenuExperiment2.swf)
FLA (http://www.boshpk.co.uk/SiteConcept/MenuExperiment2.fla)

Please note that I am still a Actionscript n00b, so there are probably many different (and better) ways of doing this, but atleast like this I understand it :D

Well simply put, the menu above Ive made should load some text into the items, and that text should fade in when the user rolls over the item (and the item expands). Well as you can see, the text does not apper, although the xml does load.

It did work, but then I changed it to load the items from the library and then load the information from the xml into them, instead of loading the text from xml into the items on the stage.

Why is it not showing the text anymore?

Thanks.

BTW here is the old example where it works fine.

PREVIEW
(http://www.boshpk.co.uk/SiteConcept/MenuExperiment.swf)
FLA (http://www.boshpk.co.uk/SiteConcept/MenuExperiment.fla)


Thanks again.

tpspoons
August 19th, 2006, 04:37 PM
Could a mod cange the title back to "Loading xml problem." Please? For some reason it changed the title for me the first time around, but not now. Theres probably a reason...

Anyway Thanks.

Joppe
August 19th, 2006, 04:52 PM
Nothing special is happening in either of them :/

tpspoons
August 19th, 2006, 04:54 PM
Oh sorry, I uploaded the wrong one, try now.

rhamej
August 19th, 2006, 07:50 PM
Could a mod cange the title back to "Loading xml problem." Please? For some reason it changed the title for me the first time around, but not now. Theres probably a reason...

Anyway Thanks.
=)

tpspoons
August 19th, 2006, 08:05 PM
Thanks :D

tpspoons
August 20th, 2006, 07:31 AM
Bump?

Ive discovered that if I make the text field with this.createTextField, then it does work, but I really would prefer to do it with the one on the stage.... Any ideas?

Thanks again...

Edit: nevermind sorry got it working.