Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-13 Thread Elia Morling

Yes, I need full 8-bit smilies. :(

Elia

- Original Message - 
From: Kerry Thompson [EMAIL PROTECTED]

To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
Sent: Friday, June 13, 2008 2:40 AM
Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea



Keith Reinfeld wrote:


I am guessing that Elia needs more than what Wingdings has to offer along
these lines. J = smiling, K = embarrassed, L = frowning.


Only Elia knows for sure ^_^

At any rate, there are always custom fonts.


So anyway... supper's ready!


You're making me hungry. I'm going upstairs to start the oven for 
tonight's

jerk chicken ^_^

Cordially,

Kerry Thompson

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-13 Thread Ashim D'Silva
small little inline images? htmlText property parses that. Maybe you can
write a server side script that converts text gestures to an img/ tag.

2008/6/13 Elia Morling [EMAIL PROTECTED]:

 Yes, I need full 8-bit smilies. :(

 Elia

 - Original Message - From: Kerry Thompson 
 [EMAIL PROTECTED]
 To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
 Sent: Friday, June 13, 2008 2:40 AM
 Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea


  Keith Reinfeld wrote:

  I am guessing that Elia needs more than what Wingdings has to offer along
 these lines. J = smiling, K = embarrassed, L = frowning.


 Only Elia knows for sure ^_^

 At any rate, there are always custom fonts.

  So anyway... supper's ready!


 You're making me hungry. I'm going upstairs to start the oven for
 tonight's
 jerk chicken ^_^

 Cordially,

 Kerry Thompson

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Random Lines 3D
My online portfolio
www.therandomlines.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-13 Thread Kerry Thompson
Elia Morling wrote:

 Yes, I need full 8-bit smilies. :(

I'm not sure what you mean by 8-bit smilies. Do you mean 8-bit color? You
can set the text color with HTML, or you could embed an image tag and put an
image in-line with the text.

Or do you mean 8-bit, as in ANSI--i.e., 200 possible emoticons? You could
create a custom font for that.

Cordially,

Kerry Thompson

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
Is there a component or source for making smiley images work in an editable 
text area?


Thanks,
Elia 
___

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Merrill, Jason
Is there a component or source for making smiley images work 
in an editable text area?

No.


Jason Merrill 
Bank of America 
Global Technology  Operations  Global Risk LLD 
eTools  Multimedia 

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GTO Innovative Learning Blog  subscribe. 

 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Derek Nugent
Can you use ASCii or Unicode?

 Best regards
Derek Nugent


email: [EMAIL PROTECTED]
[EMAIL PROTECTED]
web:   http://www.dereknugent.com


- Original Message 
From: Merrill, Jason [EMAIL PROTECTED]
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Thursday, June 12, 2008 9:41:05 AM
Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea

Is there a component or source for making smiley images work 
in an editable text area?

No.


Jason Merrill 
Bank of America 
Global Technology  Operations  Global Risk LLD 
eTools  Multimedia 

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GTO Innovative Learning Blog  subscribe. 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
Yes. 

TUFaT SmileText Component

http://www.tufat.com/script124.htm 

Has the features you mentioned, but it breaks when a user enters (certain)
html tags. 

Regards, 

-Keith 
http://keithreinfeld.home.comcast.net
 



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Bob Wohl
A while back there was a project where the dev made a custom font of smileys
for a chat app using FCS2. Not to sure how he would swap the font on the
fly, probably run a loop on an array of possible key combinations. Maybe
that route could work though it seems like a rough approach.


B.


On Thu, Jun 12, 2008 at 9:03 AM, Keith Reinfeld [EMAIL PROTECTED]
wrote:

 Yes.

 TUFaT SmileText Component

 http://www.tufat.com/script124.htm

 Has the features you mentioned, but it breaks when a user enters (certain)
 html tags.

 Regards,

 -Keith
 http://keithreinfeld.home.comcast.net




 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
Thanks, this is almost what I need, but... I need to be able to embed 
smilies in the entry box.

In the same way you can add any image to a text editor while entering text.

Elia

- Original Message - 
From: Keith Reinfeld [EMAIL PROTECTED]

To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
Sent: Thursday, June 12, 2008 6:03 PM
Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea



Yes.

TUFaT SmileText Component

http://www.tufat.com/script124.htm

Has the features you mentioned, but it breaks when a user enters (certain)
html tags.

Regards,

-Keith
http://keithreinfeld.home.comcast.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
I guess something like the FlashTexteditor would do it. I need to be able to 
insert images into an editable text area.


See: http://www.flashloaded.com/flashcomponents/flashtexteditor/

If anyone knows of alternative Flash Rich Text Editors that can insert 
imagse let me know.


Thanks

- Original Message - 
From: Keith Reinfeld [EMAIL PROTECTED]

To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
Sent: Thursday, June 12, 2008 6:03 PM
Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea



Yes.

TUFaT SmileText Component

http://www.tufat.com/script124.htm

Has the features you mentioned, but it breaks when a user enters (certain)
html tags.

Regards,

-Keith
http://keithreinfeld.home.comcast.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Fabio Pinatti
On Thu, Jun 12, 2008 at 4:30 PM, Elia Morling [EMAIL PROTECTED] wrote:

 I guess something like the FlashTexteditor would do it. I need to be able
 to insert images into an editable text area.

 See: http://www.flashloaded.com/flashcomponents/flashtexteditor/

 If anyone knows of alternative Flash Rich Text Editors that can insert
 imagse let me know.

 Thanks

 - Original Message - From: Keith Reinfeld 
 [EMAIL PROTECTED]
 To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
 Sent: Thursday, June 12, 2008 6:03 PM
 Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea


  Yes.

 TUFaT SmileText Component

 http://www.tufat.com/script124.htm

 Has the features you mentioned, but it breaks when a user enters (certain)
 html tags.

 Regards,

 -Keith
 http://keithreinfeld.home.comcast.net




 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



You can append htmlText with img src='' tags, like a regular html. So, you
can have what you want in your textfield.

-- 
Fábio Pinatti
:: web.developer
 www.pinatti.com.br
:: 19. 9184.3745 / 3342.1130
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld

 You can append htmlText with img src='' tags, like a regular html. 
 So, you can have what you want in your textfield.

Unfortunately the image tag's align attribute only supports 'left' (default)
or 'right'. So if you need a graphical emoticon to appear in mid-text
anywhere the img src='smiley' tag alone won't cut it. The image's
placement will also wrap to the next line or not depending on where the tag
is placed in the block of text (first, last, or inbetween.) 

There is a workaround but it is a very long way around. 

Regards, 

-Keith 
http://keithreinfeld.home.comcast.net
 



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling

Yes, I did some tests and the image placement seems goofy.

How did they solve it in a component like this?
http://www.flashloaded.com/flashcomponents/flashtexteditor/example2.html

Elia

- Original Message - 
From: Keith Reinfeld [EMAIL PROTECTED]

To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
Sent: Thursday, June 12, 2008 10:32 PM
Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea





You can append htmlText with img src='' tags, like a regular html.
So, you can have what you want in your textfield.


Unfortunately the image tag's align attribute only supports 'left' 
(default)

or 'right'. So if you need a graphical emoticon to appear in mid-text
anywhere the img src='smiley' tag alone won't cut it. The image's
placement will also wrap to the next line or not depending on where the 
tag

is placed in the block of text (first, last, or inbetween.)

There is a workaround but it is a very long way around.

Regards,

-Keith
http://keithreinfeld.home.comcast.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
It doesn't appear to have been solved at all. Here is the tag from the
example: 

IMG SRC=http://www.flashloaded.com/img/products/flashtexteditor/logo.jpg;
WIDTH=66 HEIGHT=61 ID=$img0 ALIGN=left VSPACE=4 HSPACE=4/ 
 
So, okay... when I wrote 'if you need a graphical emoticon to appear in
mid-text anywhere' I meant horizontally between the left and right margins.
You can place the tag wherever you like vertically (between the top and
bottom of a page of text) but it will still be either left or right aligned.

 
Regards, 

-Keith 
http://keithreinfeld.home.comcast.net
 


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Elia Morling
 Sent: Thursday, June 12, 2008 4:31 PM
 To: Flash Coders List
 Subject: Re: [Flashcoders] Inserting Smiley Images in Textarea
 
 Yes, I did some tests and the image placement seems goofy.
 
 How did they solve it in a component like this?
 http://www.flashloaded.com/flashcomponents/flashtexteditor/example2.html
 
 Elia
 
 - Original Message -
 From: Keith Reinfeld [EMAIL PROTECTED]
 To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com
 Sent: Thursday, June 12, 2008 10:32 PM
 Subject: RE: [Flashcoders] Inserting Smiley Images in Textarea
 
 
 
  You can append htmlText with img src='' tags, like a regular html.
  So, you can have what you want in your textfield.
 
  Unfortunately the image tag's align attribute only supports 'left'
  (default)
  or 'right'. So if you need a graphical emoticon to appear in mid-text
  anywhere the img src='smiley' tag alone won't cut it. The image's
  placement will also wrap to the next line or not depending on where the
  tag
  is placed in the block of text (first, last, or inbetween.)
 
  There is a workaround but it is a very long way around.
 
  Regards,
 
  -Keith
  http://keithreinfeld.home.comcast.net
 
 
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
Keith Reinfeld wrote:

 It doesn't appear to have been solved at all. Here is the tag from the
 example:
 
 IMG
SRC=http://www.flashloaded.com/img/products/flashtexteditor/logo.jpg;
 WIDTH=66 HEIGHT=61 ID=$img0 ALIGN=left VSPACE=4
 HSPACE=4/
 
 So, okay... when I wrote 'if you need a graphical emoticon to appear in
 mid-text anywhere' I meant horizontally between the left and right
margins.

If you can place an image, you can specify the font. Use Wingdings for that
one character--it has a smiley face at 0x45, I believe.

Cordially,

Kerry Thompson

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
Kerry Thompson wrote: 

 If you can place an image, you can specify the font. Use Wingdings for 
 that one character--it has a smiley face at 0x45, I believe. 

I am guessing that Elia needs more than what Wingdings has to offer along
these lines. J = smiling, K = embarrassed, L = frowning.

So anyway... supper's ready!

Regards, 

-Keith 
http://keithreinfeld.home.comcast.net
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
Keith Reinfeld wrote:

 I am guessing that Elia needs more than what Wingdings has to offer along
 these lines. J = smiling, K = embarrassed, L = frowning.

Only Elia knows for sure ^_^

At any rate, there are always custom fonts.

 So anyway... supper's ready!

You're making me hungry. I'm going upstairs to start the oven for tonight's
jerk chicken ^_^

Cordially,

Kerry Thompson

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Inserting Smiley Images in Textarea

2008-06-11 Thread Elia Morling

Is there a component for making smiley images work in an editable text area?
I need to add the smileys with drag-n-drop, or simply choose a smiley from a 
palette.


Thanks,
Elia
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders