Images in Dynamic Text Box?
i have searched high , low trying find out how insert images dynamic text boxes , there hundreds of solutions. cant them work.... still novice.
im trying insert 1 image under paragraph within dynamic text box. text scrolls , boxes set "render text html" , "selectable".
i place following code inside text box , code displays.
<img src="images/graph.jpg" width="194" height="300" />
what doing wrong?
im trying insert 1 image under paragraph within dynamic text box. text scrolls , boxes set "render text html" , "selectable".
i place following code inside text box , code displays.
<img src="images/graph.jpg" width="194" height="300" />
what doing wrong?
well how rest of text being brought field? may need place of text html string <p> tags <img> tag following - assign string textfield using:
var textstring = "<p>the text here</p><img>info here</img>";
my_txt.htmltext = textstring;
and of course image file need reside in directory 'images' in same directory swf file (according have above)
var textstring = "<p>the text here</p><img>info here</img>";
my_txt.htmltext = textstring;
and of course image file need reside in directory 'images' in same directory swf file (according have above)
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment