| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jan 2006
Posts: 8
|
Dear all
I did my own chat application and it seems good but I have some problems inside flash any body can help the main problem is how to insert smilies to my application i know but there are such problem if any body want to help please reply me... ![]() |
|
|
|
|
#2 |
|
Registered User
Join Date: Sep 2005
Posts: 11
|
Hi ,
Declare the text field or the text input to have html as true.. Have the smiley as a jpeg image Then use the image tag to embed it in the text field.. //can use the following code.. this.createTextField("my_txt", 10, 10, 10, 450, 450); my_txt.html = true; my_txt.htmlText = "<p>text goes here:<img src='smiley.jpg'>"; You can also have the smiley as movie clip and embed it.. Hope this helps.. regards Jaci |
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2005
Posts: 4
|
I have also a problem to have inline emoticons in my text
The code that jaci putted here is good except it will not work when you put text after the image, the image will be shown after or before the text but not between. |
|
|
|
|
#4 |
|
Discontented Fame
|
The image tag needs to be closed perhaps?
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2006
Posts: 12
|
Jaci, how does one embed a movie clip in the way you are suggesting?
|
|
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Square box (not rounded) for video chat application | artane | Flash Media Server | 5 | 11-29-2008 03:02 AM |
| storing and retrieving user's personal details in a chat application.... | J_Monty | Flash Media Server | 6 | 03-15-2005 05:37 PM |
| chat application demo eg needed | jsam | Flash Media Server | 0 | 08-03-2004 10:45 AM |
| URGENT! chat app problems live on website! | artane | Flash Media Server | 1 | 05-10-2004 07:56 AM |