|
|||
|
I have a very annoying problem with your chat software.
Users are typing many blank spaces using the "NEW LINE" button or command, then adding a sentence to the bottom. That creates a large number of empty spaces with one line of text at the bottom. This annoys our users. How do we disable the NEW LINE button/command? I feel this button is totally unnecessary. Most people who want to type a new line will usually just type again after they send their message, so this is a pretty useless feature to have that will only cause screen flooding. |
|
|||
|
This really need to be taking care of...
Here how I disable newline on my chat. You need the source of course. Open as/function.as Find var nl = (_root.isHTML) ? "<br>" : "\r"; Change for var nl = (_root.isHTML) ? "" : ""; Then recompile the swf |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|