Hey there,
I have to load a single image into a html textbox in Flash. It loads fine, but not aligned to the left like all my text is? Any ideas how to get it all the way left? This is my code
[AS]var myText:String = “<p>hello<br>lovely day<br><img src=‘http://www.mysite.com/myPic.gif’ width=‘100’ height=‘20’ align=‘left’/>”;
boxTF.htmlText = myText;[/AS]
Thanks