Re: [Flashcoders] Re: inline images in a textarea

2006-09-14 Thread Rich Rodecker
r Sent: Tuesday, September 12, 2006 6:32 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Re: inline images in a textarea that doesnt look like it does anything with inline images, that is a pretty cool component. On 9/12/06, Keith Reinfeld <[EMAIL PROTECTED]> wrote: > > This m

RE: [Flashcoders] Re: inline images in a textarea

2006-09-12 Thread Keith Reinfeld
sion.mxp > > > HTH, > > -Keith > http://home.mn.rr.com/keithreinfeld > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo > Volmaro > Sent: Tuesday, September 12, 2006 2:30 PM > To: Flashcoders mailing li

Re: [Flashcoders] Re: inline images in a textarea

2006-09-12 Thread Rich Rodecker
rr.com/keithreinfeld -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo Volmaro Sent: Tuesday, September 12, 2006 2:30 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Re: inline images in a textarea They measure the width of each charact

RE: [Flashcoders] Re: inline images in a textarea

2006-09-12 Thread Keith Reinfeld
, September 12, 2006 2:30 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Re: inline images in a textarea They measure the width of each character and then insert spaces where the image should be placed. Then the image is attached onto a movieclip using as a coordinates the sum of the width

Re: [Flashcoders] Re: inline images in a textarea

2006-09-12 Thread Marcelo Volmaro
They measure the width of each character and then insert spaces where the image should be placed. Then the image is attached onto a movieclip using as a coordinates the sum of the width of all the characters in one line. If the text spans into multiple lines, that´s no problem neither. You kn

Re: [Flashcoders] Re: inline images in a textarea

2006-09-12 Thread Johannes Nel
they use on textfield per line and just leave a space in the text itself cleverly done. this can be seen by selecting the line of text On 9/12/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: wierd...how do you suppose they did it here then?: http://www.mambers.com/chat/preloader.swf i thought ab

Re: [Flashcoders] Re: inline images in a textarea

2006-09-12 Thread Rich Rodecker
wierd...how do you suppose they did it here then?: http://www.mambers.com/chat/preloader.swf i thought about picking the string apart and piecign together some new movieclips/text fields to display the content, but that would get crazy when the text spans multiple lines. the link above handles

Re: [Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Marcelo Volmaro
You can´t do that because flash doesn´t support images as in-line elements, only as block elements. On Fri, 08 Sep 2006 17:30:43 -0300, Rich Rodecker <[EMAIL PROTECTED]> wrote: thanks...its not the text thats going to the next line though...the text is all appearing on one line, but the

Re: [Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Rich Rodecker
thanks...its not the text thats going to the next line though...the text is all appearing on one line, but the image is appearing on the next. so for instance when the image is supposed to be in the middle of the line of text: hey there http://www.thewhole9.com/chat/smilies/smile.jpg"; width="19

RE: [Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Lori Hutchek
Check that you are setting this VSPACE="0" HSPACE="0" it's the vertical and horizontal space around the image which may be pushing the text to next line -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker Sent: Friday, September 08, 2006 12:55 PM