what does the XML Looks like?

On Tue, May 27, 2008 at 6:33 AM, Rajiv Seth (Pixelated) <
[EMAIL PROTECTED]> wrote:

> When I am trying to call an image inside text field dynamically, it is
> appearing after a line break, but I want the image to come in line with the
> text.
> I have created the text field dynamically:
>
> [i]txtHolder.createTextField("imageData",1,0,0,550,60);[/i]
>
> and set these properties:
>       [i]txtHolder.imageData.multiline = true;[/i]
>    [i]txtHolder.imageData.wordWrap = true;[/i]
>    [i]txtHolder.imageData.html = true;[/i]
>    [i]txtHolder.imageData.border = true;[/i]
>    [i]txtHolder.imageData.htmlText = "";[/i]
>
> Now I am loading an image along with text into it using XML. I want to use
> and arrow image which will come in the end but in same line. But the image
> is taking a line break.
>
> Can anyone suggest me how to use <img> in text field so that it appears
> without line-break.
>
> Thanks
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
...helmut
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to