Link to home
Start Free TrialLog in
Avatar of BBLADM
BBLADM

asked on

Hyperlinks in XML for menu

Hi,

      I'm new to XMl and flash coding. Please bear with my questions. I'm trying to add a hyperlink to the below code to a PRIVACY POLICY pdf file on the server but <link> does not seem to work. What am I doing wrong here?

<?xml version="1.0" encoding="utf-8"?>
<menu>
      <item name="HOME PAGE" type="home" componentPath="dynamic_news" componentSWF="" visible="true"/>      
      <item name="ABOUT US" type="component" componentPath="about" componentSWF="accordeon.swf" visible="true"/>
      <item name="SERVICES" type="component" componentPath="accordeon"
componentSWF="accordeon.swf" visible="true"/>


      <item name="PRIVACY POLICY" visible="true"/> <link>"http://www.abc.com/xyz.pdf"</link>
</menu>
Avatar of HainKurt
HainKurt
Flag of Canada image

try this

<item name="PRIVACY POLICY" visible="true"/> <link>"http://www.abc.com/xyz.pdf"</link>
-->
<item name="PRIVACY POLICY" visible="true"> <link>"http://www.abc.com/xyz.pdf"</link> </item>
what component are you using? is there any sampel or documentation for this menu xml?
Avatar of BBLADM
BBLADM

ASKER

Thanks. Tried that no luck. Here is the template I purchased.

http://www.template-guide.com/preview/2647/

All I am trying to do is add an additional hyperlink to the navigation menu on left for "Privacy Policy"
I dont see any template/documentation/sample here, just a flash site... it does not help too musc... what is the component name? who is the seller, what is their web site? what is the name of the component you are trying to use?
Avatar of BBLADM

ASKER

http://www.flashmint.com/show-template-2647.html

Per my understanding the component points to a flash movie for each link with a dedicated folder for each link. I have attached the code
index.html
coredata.xml
structure.xml
sound.xml
main.fla
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello friends. I have the same exact problem with a similar flash-xml template. I can´t add a hyperlink to a menu option in the xml file. Was this problem resolved?. Please advise. Thanks.
I have the same exact problem with a similar flash-xml template. I can´t add a hyperlink to a menu option in the xml file. Was this problem resolved?. Please advise. Thanks.