RE: [Flashcoders] textfiled + inline image

2006-02-22 Thread Ben Smeets
http://www.osflash.org/fosforo ?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Tarjinder Kumar
Sent: woensdag 22 februari 2006 11:41
To: Flashcoders mailing list
Subject: [Flashcoders] textfiled + inline image 

Hi,

I want to enter an image in line with other text.
How can i achieve this.
I am using textfiled.htmlText = "cxcxcxc fdfdfdfdfdfdfdsfsdfsdmf dfsdfdsfds fsdfdsfsdf"
The image appears but not in line of textfield.
I want the same effect as we insert smily in the text.


Thanks
Tarjinder Kumar
___
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] textfiled + inline image

2006-02-22 Thread Giuseppe Patriotta
hi,
in one fcs chat project I solved with this:

var w = username.length * 3.2 (this value now is a test, you should find the
correct w);
finalMsg = username + " "

first you write for example "username", then you "attach" you img (emoticon)
in the line below (because of img align problem) and then you set vspace
= -19 (my text and img Height)

hope this can help ;-)
beppe


- Original Message - 
From: "Tarjinder Kumar" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Wednesday, February 22, 2006 11:40 AM
Subject: [Flashcoders] textfiled + inline image


Hi,

I want to enter an image in line with other text.
How can i achieve this.
I am using textfiled.htmlText = "cxcxcxc fdfdfdfdfdfdfdsfsdfsdmf dfsdfdsfds fsdfdsfsdf"
The image appears but not in line of textfield.
I want the same effect as we insert smily in the text.


Thanks
Tarjinder Kumar
___
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] textfiled + inline image

2006-02-22 Thread Danny Kodicek

I want to enter an image in line with other text.

How can i achieve this.

You've got a tough job ahead of you, I'm afraid.

This is possible, but it's certainly not simple. I've spent the last several 
months working on something along these lines, and in the end I've found it 
easier to work through Director and use Flash only as a dumb container.


If you're working with things like smilies, you may find it easier to embed 
them into your font directly.


Best
Danny 


___
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