hi everyone,
im using render text as html option in flash mx, and it renders everything else i need perfectly except < img > tags, i till now havent realy found a solution to get the images needed on the right place… any idea how i could fix the problem? it ignores < img > tags.
One suggested to:
Flash can only import jpg and swf files.
Include width and height attributes in the img tag, then use
textFormat.blockIndent and margin to make a space in the text. Then use
loadMovie to insert the image. It’s a bit of a nightmare actually because
TextFormat.getTextExtent can be a bit peculiar…
it sounds good, but i suppose im a bit noobish with actionscript… i havent found much help on textFormat …
Any new ideas how to fix the problem? or coudl explane me what i quote here a bit wider?
Thanks in advance,
Melborp