A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: how can i display node value in dynamic text

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    3
    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>*/

  2. #2
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    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

  3. #3
    OpticallyDevoted
    Join Date
    Sep 2002
    Location
    RI
    Posts
    134
    also, and maybe someone can coroborate... thats doesnt look like any xml ive ever seen... is that it? thats what your using exactly?

  4. #4
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    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>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center