Very basic rich text editor plugin?
This is a long shot but here we go....
I'm looking for a very basic RTE to use with an application I made to edit content that is displayed in a Flash SWF in ActionScript 2. The problem is, ActionScript only allows a few different tags...
They include Links: <a>, Bold: <b>, Line Breaks: <br> Font tags: <font>, Image tags: <img>, Italic tags: <i>, List items <li>, Paragraphs <p>, Textformat: <textform>, and Underline: <u>
I was wondering if there already was a plugin that can let me limit the tags to that list? If not, I'm considering making one...
Thanks