-
very very urgent
i need to display the node value in to dynamic text
please tell me the code when i click the button
node value should be displayed in dynamic text field.
please help me
this is my xml file
/*
<house>
<kitchen title="Kitchen" clip="house1.swf">
Kitchen
Width=12ft.
Length=13ft.
</kitchen>
<hall title="Hall" clip="house2.swf">
Width=30ft.
length=35ft.
Flooring="Ceramic tiles"
Fully Furnished
</hall>
<bedroom title="Bed Room" clip="house3.swf">
Double Cot BedRoom
Area : 1200 sqft.
</bedroom>
<masterbedroom ttile="Master Bedroom" clip="house3.swf">
Fully furnished
</masterbedroom>
</house>*/
-
I am not 100% sure exactly what you are trying to do, however the answer might be in the flash-XML faq.
http://www.tupps.com/flash/faq/xml.html
Thanks
Luke
-
also, and maybe someone can coroborate... thats doesnt look like any xml ive ever seen... is that it? thats what your using exactly?
-
Flash Kit bug more than anything (but don't these people review there posts???)
Here is the XML:
Code:
< house>
< kitchen title="Kitchen" clip="house1.swf">
Kitchen
Width=12ft.
Length=13ft.
< /kitchen>
< hall title="Hall" clip="house2.swf">
Width=30ft.
length=35ft.
Flooring="Ceramic tiles"
Fully Furnished
< /hall>
< bedroom title="Bed Room" clip="house3.swf">
Double Cot BedRoom
Area : 1200 sqft.
< /bedroom>
< masterbedroom ttile="Master Bedroom" clip="house3.swf">
Fully furnished
< /masterbedroom>
< /house>