flash data integration:
Background: I am using the xmlConnector component to load the title of pdf
articles into a list component. Besides a title tag, my XML document also
contains a link tag that holds the path to the pdf document.
Question: How do I make pdf titles hyperlink so that when the user clicks on
the title, the pdf document opens in a new window.
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="manuals.xsl" type="text/xsl"?>
<content>
<manuals>
<title>NobelEsthetics™</title>
<subtitle>
including Procera®</subtitle>
<link>Manuals/1_Esthetic_Man_2005_GB_C11.pdf</link>
</manuals>
<manuals>
<title>NobelGuide™</title>
<subtitle>
perfect planning for perfect teeth</subtitle>
<link>Manuals/2_GSNBConc_16161_GB_C19_2.pdf</link>
</manuals>
<manuals>
<title>Brånemark System®</title>
<subtitle>
Groovy</subtitle>
<subtitle>
Shorty</subtitle>
<link>Manuals/BS_Speedy_GRSH_15136_GB.pdf</link>
</manuals>
<manuals>
<title>Brånemark System® Mk III</title>
<subtitle>
Groovy</subtitle>
<subtitle>
Shorty</subtitle>
<link>Manuals/BS_Speedy_GRSH_C12.pdf</link>
</manuals>
<manuals>
<title>Dental Laboratory</title>
<link>Manuals/DentTechMan_GB_final.pdf</link>
</manuals>
<graphics>
<spacer>Images/DesignElements/spacer.gif</spacer>
<top>Library/Topgraphic.lbi</top>
<navbar>Library/Navbar.lbi</navbar>
</graphics>
</content>