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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create a xml:href (link to page)

Status
Not open for further replies.

lidus

Technical User
Jun 23, 2009
1
DE
Hi

I have downloaded a flash website that use xml to config the .swf file. I have managed to do all the simple config for the page. But now it get over my head, I seem like can´t make it link to my Blog :(

Here is the menu code where I add the "Blog" button and want to link it to my Blog:

------------------------
<?xml version="1.0"?>
<MENU>
<FILE NAME="News" LINK="news.swf" />
<FILE NAME="About" LINK="about.swf" />
<FILE NAME="Contact" LINK="contact.swf" />
<FILE NAME="Blog" xml:href="</MENU>
--------------------------


I have tried LINK=" too but without erfolg. It´s there some syntax I can use to make that link? Or I have to make an .swf to do that.

Thank you to anyone who can help me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top