RE: [Flashcoders] Flash chat and Smiley

2007-02-24 Thread Amandeep Singh
Hi Johann,

I tried this thing, but it gives weird results.
Thanks for reply.

Regards,
Amandeep Singh,

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of johann
martinache
Sent: Friday, February 23, 2007 6:46 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Flash chat and Smiley

Hi

You could replace the smiley text by an image by using  the img tag (only
working with htmltext)

Example:
var sTxt:String = 'HelloWorld :-) !!!';
sTxt = sTxt.split(':-)').join('img src=yoursmileyimagepath.jpg/')
trace('sTxt  '+sTxt)


shoe[box]


On 2/23/07, Amandeep Singh [EMAIL PROTECTED] wrote:

 Hi All,

 Can anyone help me in adding the Smiley feature in a Flash Chat
 application?
 Or give me a link where I can find the same.


 Thanks in advance.

 Regards,
 Amandeep Singh

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flash chat and Smiley

2007-02-23 Thread Amandeep Singh
Hi All,

Can anyone help me in adding the Smiley feature in a Flash Chat application?
Or give me a link where I can find the same.


Thanks in advance.

Regards,
Amandeep Singh

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash chat and Smiley

2007-02-23 Thread Arul Prasad M L

*Jolan SmileyTextField v1.3
*http://flashcomponents.net/components/preview/preview.php?id=372
(http://flashcomponents.net/components/preview/preview.php?id=372)
Its in AS1 though. Haven't seen anything better yet. I had to tweak it a lil
to get it to work for FP 7+ ...


--
Arul Prasad
http://arulprasad.blogspot.com

On 2/23/07, Amandeep Singh [EMAIL PROTECTED] wrote:


Hi All,

Can anyone help me in adding the Smiley feature in a Flash Chat
application?
Or give me a link where I can find the same.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash chat and Smiley

2007-02-23 Thread johann martinache

Hi

You could replace the smiley text by an image by using  the img tag (only
working with htmltext)

Example:
var sTxt:String = 'HelloWorld :-) !!!';
   sTxt = sTxt.split(':-)').join('img src=yoursmileyimagepath.jpg/')
   trace('sTxt  '+sTxt)


shoe[box]


On 2/23/07, Amandeep Singh [EMAIL PROTECTED] wrote:


Hi All,

Can anyone help me in adding the Smiley feature in a Flash Chat
application?
Or give me a link where I can find the same.


Thanks in advance.

Regards,
Amandeep Singh

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash chat and Smiley

2007-02-23 Thread T. Michael Keesey

Inline images were mentioned, and that's probably the best idea, but
these can have weird behavior sometimes. Another option would be to
find an emoticon font and use that on special characters, e.g., 'font
face=smileyFontx/font'. (Be sure the font is embedded in a
TextField somewhere.) The only problem with this approach (besides
finding such a font) is that the emoticons would have to be
monochrome.

On 2/23/07, Amandeep Singh [EMAIL PROTECTED] wrote:

Hi All,

Can anyone help me in adding the Smiley feature in a Flash Chat application?
Or give me a link where I can find the same.


Thanks in advance.

Regards,
Amandeep Singh

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
T. Michael Keesey
Director of Technology
Exopolis, Inc.
2894 Rowena Avenue Ste. B
Los Angeles, California 90039
--
The Dinosauricon: http://dino.lm.com
Parry  Carney: http://parryandcarney.com
ISPN Forum: http://www.phylonames.org/forum/
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com