jasonkoscho
07-30-2003, 05:54 PM
In Flash MX.
File>New From Template>Menu>Menu_Dropdown.
This is what I am working with. It is also the same navigation that Macromedia.com uses in the support section. The Nav on the right. It pulls its info from an XML source. Click Here.
What I need to do is, to have it be able to expand 3 levels in. Now it only can expand 2 levels deep. Any thoughts?
Also, Within the XML file that It provides, which is in your Local Drive on your computer here:
C:\Program Files\Macromedia\Flash MX\First Run\Templates\Menus\Menu_dropdown.xml
There is a part that looks something like this.
<MAIN text="Corporate Actions" URL="page2.html" target="_self">
<SUB text="Merger & Acquisition Services" URL="page2.html" target="_self"></SUB>
</MAIN>
What I also need to do is to have the MAIN Text be a link. Just like the SUB text is. All the MAIN text does is it reveals the SUB links when clicked. If you click on the link i provided above, and look at the example, you'll see what I mean. In the example, when you click the word "Flash Concepts" it dosent take you anywhere, it just reveals the SUB links.
I need it to take you to a page and reveal the SUB links. Is this possible?
Thanks
Jason
File>New From Template>Menu>Menu_Dropdown.
This is what I am working with. It is also the same navigation that Macromedia.com uses in the support section. The Nav on the right. It pulls its info from an XML source. Click Here.
What I need to do is, to have it be able to expand 3 levels in. Now it only can expand 2 levels deep. Any thoughts?
Also, Within the XML file that It provides, which is in your Local Drive on your computer here:
C:\Program Files\Macromedia\Flash MX\First Run\Templates\Menus\Menu_dropdown.xml
There is a part that looks something like this.
<MAIN text="Corporate Actions" URL="page2.html" target="_self">
<SUB text="Merger & Acquisition Services" URL="page2.html" target="_self"></SUB>
</MAIN>
What I also need to do is to have the MAIN Text be a link. Just like the SUB text is. All the MAIN text does is it reveals the SUB links when clicked. If you click on the link i provided above, and look at the example, you'll see what I mean. In the example, when you click the word "Flash Concepts" it dosent take you anywhere, it just reveals the SUB links.
I need it to take you to a page and reveal the SUB links. Is this possible?
Thanks
Jason