PDA

View Full Version : img tag breaks dynamic links


smacklemore
04-05-2005, 07:34 PM
I'm loading html text into an html enabled dynamic text box via an xml file. Everything is working fine except that when I add an image with an img tag the anchor tag links stop working.

The css formating is still there but when you click on them it freakishly selects all the text on that line to the left of where you click.

Has anyone else had this problem or have an idea what might be causing it?

thanks

Gibberish
04-05-2005, 09:26 PM
You are trying to load an image into flash using <img> in the XML? As far as I am aware Flash does not support the <img> tag.

Maybe I am anot understaning your problem? can you post an example link?

oldnewbie
04-05-2005, 09:28 PM
The img tag is not supported in MX only (and this is a MX and LOWER only forum), and only in MX2004. You should post in the appropriate forum. ;)

http://www.actionscripts.org/forums/index.php3?

smacklemore
04-06-2005, 11:31 AM
You are absolutely right. My bad. I will post this again in the right place.

smacklemore
04-30-2005, 01:12 AM
Just wondering if anyone knows anything about this. I still haven't figured it out.