Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Decommissioned > Flash Chat Project

 
 
Thread Tools Rate Thread Display Modes
Old 01-16-2006, 10:52 AM   #1
feery
Registered User
 
Join Date: Jan 2006
Posts: 8
Smile Chat application problems

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...
feery is offline  
Old 01-17-2006, 05:04 AM   #2
jaci
Registered User
 
Join Date: Sep 2005
Posts: 11
Default

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
jaci is offline  
Old 02-16-2006, 03:57 PM   #3
barta
Registered User
 
Join Date: Jan 2005
Posts: 4
Default

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.
barta is offline  
Old 02-27-2006, 07:25 AM   #4
Vache
Discontented Fame
 
Vache's Avatar
 
Join Date: Oct 2005
Posts: 50
Send a message via MSN to Vache
Default

The image tag needs to be closed perhaps?
Vache is offline  
Old 04-25-2006, 09:23 PM   #5
Blindeye
Registered User
 
Join Date: Apr 2006
Posts: 12
Default

Jaci, how does one embed a movie clip in the way you are suggesting?
Blindeye is offline  
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 11:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.