Skip to main content
Known Participant
November 23, 2006
Question

Hypertext link from image loaded via xml

  • November 23, 2006
  • 1 reply
  • 259 views
I thought this would be easy but for some reason it's not working.

What I want to accomplish:

Make an image loaded into my textArea via XML a link. I thought I could do something like this:

<a href=' http://www.mysite.com"><img src="myImage.jpg"/></a>

Simple enough you'd think but the image appears but with no hypertext link capabilities. :(

Any thoughts? Wisdom?

Thanks.
This topic has been closed for replies.

1 reply

Marghoob Sulemaan
Inspiring
November 23, 2006
what is your xml structure?
Known Participant
November 24, 2006
Hi Marghoob,

Thanks for your reply. Turns out it is a bug with the Flash 7 player. The code works fine in the Flash 8 and 9 player. I guess this was a reminder that I should look for the simple things first. :)

Novian