• 0

how to add a link in .xml?


Question

this is pretty straight forward. i bought this website in flash with xml. when my cursor goes over a link, it does show a pointing hand, but when i click on it, it doesn't go anywhere. needless to say that i just need to define where it goes to. i was wondering however, whether i should do this in the actionscript or the .xml file itself. in the xml file i can see this: <a href="asfunction:link">. how do i do this, if i would want to link it to for instance www.google.com

Link to comment
https://www.neowin.net/forum/topic/854244-how-to-add-a-link-in-xml/
Share on other sites

4 answers to this question

Recommended Posts

  • 0

On a recent project I had to setup a Flash Gallery using XML, which provided links to different products on the site. When in development this worked:

&lt;img src="image.png" link="http://www.google.co.uk/" target="_blank" /&gt;

It worked for me, although Flash was sometimes a bit buggy for me when clicking on hyperlinks using XML.

  • 0

i tried that, but then when i click i get a warning that it's potentially unsafe. they advize me to go to their settings page on adobe.com, which i did. i entered google.co.uk as a safe page, but i still get the same warning

  JMann said:
On a recent project I had to setup a Flash Gallery using XML, which provided links to different products on the site. When in development this worked:

&lt;img src="image.png" link="http://www.google.co.uk/" target="_blank" /&gt;

It worked for me, although Flash was sometimes a bit buggy for me when clicking on hyperlinks using XML.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.