lidus
06-23-2009, 06:47 PM
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="http://google.com"/>
</MENU>
--------------------------
I have tried LINK=http://google.com too but without erfolg.
Itīs there some way 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. Maybe there is some easy syntax to do this but I do not know XML much at all.
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="http://google.com"/>
</MENU>
--------------------------
I have tried LINK=http://google.com too but without erfolg.
Itīs there some way 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. Maybe there is some easy syntax to do this but I do not know XML much at all.