Re: [Flashcoders] Hi List!

2007-05-25 Thread Arul Prasad M L
If stripping off all html from an input textfield is what you are looking for, You will be able to do this in a simple process: I'll put in a lil function in here: function stripHTML(input:String):String { var util_txt:TextField = _root.createTextField(util_txt, _root.getNextHighestDepth(),

[Flashcoders] Hi List!

2007-05-24 Thread Andy Andersson
I have a scenario that I try to figure out, don't know if it is possible yet, but maybe someone here on the list knows if it is? Scenario are: I have a couple of dynamic text fields and input text fields where people write comments, send messages, display messages/blogs etc... And it goes to the

Re: [Flashcoders] Hi List!

2007-05-24 Thread Durairaj Subramaniam
Hi Andersson, It is possible by checking for the Html tags using the textField.onChanged event. Check through the tags with splitting up the and then when the text inside these contains any predefined tags .alert the user that these contains the html tag. Or you can check for the