Search  

NEED XML HELP!! COOL IMAGE FOLIO MENU

HomeForumsFlash DiscussionNeed XML Help!! Cool Image Folio Menu
Default-profile lory03
1 post
Bought between 1 and 9 items

I downloaded the cool image folio menu 10966. Which works great, but I don’t know much about XML and I can’t get the page that is linked to load over the parent page, it always opens as a new window/tab.

Here is the code:

logo url=”logos/10.png” caption=”Regoran Logo” link=”http://www.google.com” /

I’ve tried adding a targ=”_self” but didn’t work

Any one know how to get the link from the xml to load over current page?

Thanks!!

Posted about 1 month ago
40501 NnielsS
72 posts
Referred at least one person Sold between 1 and 100 dollars

I hope that I can help you!

I guess you are using a file that is coded in AS 2 .0. In the actionscript of that file (has to end with .fla), there is a function called

getURL()

http://pastie.org/232245

That means, that you cannot change the opening type (_parent,_self, or _blank) via xml, since only the adress is customizable in the xml, declared by the author. An attribute called “targ” or “target” doesn’t exist in his files, so you cannot just use that

If you want to, and do not have Flash to open the .fla and change it, I could help you change this line. sievertsenniels[at]aol.com

Posted about 1 month ago