Welcome, Guest
  • Author Topic: href in xml  (Read 862 times)

    savneet

    • Seasoned Programmer
    • ***
    • Posts: 156
      • Yahoo Instant Messenger - savneets@yahoo.com
      • View Profile
      • Email
    href in xml
    « on: 12/09/05, 00:54 »
    Hi,
    In a appliction there are two box one is loading text and another loading image. In the text box the text is coming from xml in which there are two pragraph. In which there are keywords which are underline. now when i click on the keywords it should load .swf in the image box. how can do this if the data is coming from xml.

    regards,
    savneet

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: href in xml
    « Reply #1 on: 12/09/05, 04:02 »
    You need to load the text as HTML (using a CDATA node is the best choice) and assign an asfunction link to your word passing the name of the image, the function will load the image.

    Jorge