Bonjour, bon je ne suis pas très doué en flash, j'essaye d'utiliser htmlText pour afficher une image provenant d'internet mais je n'arrive qu'a afficher du texte, voila mon code:
my_txt.html = true;
my_txt.htmlText = "<a href='http://ext.adfeelgood.com' target='_blank'>salut</a>";
Donc ca ca marche, mais si je fais ca:
my_txt.html = true;
my_txt.htmlText = "<a href='http://ext.adfeelgood.com' target='_blank'><img src='http://download.videolan.org/vlc/screenshots/20000131-01.jpeg'></a>";
La ca n'affiche rien, ca vient de quoi?
Merci