Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding link

Status
Not open for further replies.

janet24

Technical User
Joined
Jul 22, 2003
Messages
161
Location
US
I have a drop tier menu in flash that I got over the web and it should be easy to adjust through an XML file. However, I don't know enough about XML to know where to add the link! I can add tiers and change colors etc...but where do you put the link???

WHERE and HOW do I add a link to this xml????

Here's the code the button is accessing from flash

<sub label = &quot;Topic 1&quot;>
<sub label = &quot;CCCCSSSSS&quot; callback = &quot;onClick=&quot; link=&quot;test.swf&quot; />
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>
</sub>
 
If you need more information...

<?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?>

<sub label = &quot;sample menu&quot; callback = &quot;onOpen&quot;>

<sub label = &quot;Topic 1&quot;>
<sub label = &quot;CCCCSSSSS&quot; callback = &quot;onClick=&quot; link=&quot;test/>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>
</sub>


<sub label = &quot;DEEP&quot;>
<sub label = &quot;DEEPER&quot;>
<sub label = &quot;DEEPEST&quot;>
<sub label = &quot;EVEN DEEPER&quot;>
<sub label = &quot;VERY DEEP&quot;>
<sub label = &quot;CSC&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>

</sub>
<sub label = &quot;VERY DEEP&quot;>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;over.swf&quot;/>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>

</sub>
</sub>
<sub label = &quot;DEEPEST&quot;>
<sub label = &quot;EVEN DEEPER&quot;>
<sub label = &quot;VERY DEEP&quot;>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;over.swf&quot;/>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>

</sub>
<sub label = &quot;VERY DEEP&quot;>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;over.swf&quot;/>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>

</sub>
</sub>
</sub>

</sub>
<sub label = &quot;DEEPER&quot;>
<sub label = &quot;DEEPEST&quot;>
<sub label = &quot;EVEN DEEPER&quot;>
<sub label = &quot;VERY DEEP&quot;>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;over.swf&quot;/>
<sub label = &quot;fullscreen.nl&quot; callback = &quot;onClick&quot; link=&quot;test.swf&quot;/>
</sub>

</sub>

</sub>

</sub>
</sub>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top