Search  

SIMPLE TEXT EDITOR

HomeBrowse CategoriesFlashApplications and UtilitiesSimple Text Editor

Don’t forget to rate this file.

How to modify the file:

  1. Add component to stage, or wherever you like it. (inside a movieclip or directly on stage)

  2. Add this peace of code to the root:
    import mx.events.EventDispatcher;
    EventDispatcher.initialize(this);

  3. Modify the parameters in panel.
    For instructions on how to modify parameters dynamically:
    sizestr:String (Different size options seperated by commas)
    linkColor:Color (The color of hyperlinks. Default: 0×0000FF)
    linkUnderline:Boolean (If hyperlinks should be underlined. Default: true)

  4. Redy to use!
    Can be put anywhere on stage and any input- textfeilds will be editable.

Posted about 1 month ago

Great file, congratulations.

Posted about 1 month ago

very cool

Posted about 1 month ago

wow, nice job

Posted about 1 month ago

hello – how does one use this ?

Posted about 1 month ago

Amazing work!

Posted about 1 month ago

Is this a SWF /FLV can we embedded in html? It can use a fileupload/browse to get a file to edit. Very NICE !!!

Posted about 1 month ago

I ask myself what about the fonts copyright :O Nice file anyway… Could weight less than 12kb if you don’t use components.

Posted about 1 month ago

nice n useful

Posted about 1 month ago

Onza: The fonts to choose from are the fonts installed on your computer :P

Posted about 1 month ago

:D nice

Posted about 1 month ago

Cool :) simple clean and useful

Posted about 1 month ago

very nice. i would just add a color picker. but wonderful file

Posted about 1 month ago

New functions added: Color picker. Change the text colors. Reset focus. When an edit has been made, the focused text will remain focused.

Files in queue. Soon available.

Posted about 1 month ago

something like that should be integrated into FD’s XML editor!!

Posted about 1 month ago

Nice. Hmm.. I wonder if this can be added to this? http://www.flashden.net/item/mailing-list-management-system-subscribe-button/21527

It would be great, but I imagine neither authors would commit themselves to say it will be easy to marry the two?

Posted about 1 month ago

@franki: This component interacts with any textfield with the type input. So that is if the other component you refering to allows htmlText.

Posted about 1 month ago

can this be used to submit textarea data to php ?

Posted 28 days ago

@feha: Yes. I’ve used this to my CMS tool to parse flash html text to php then store it in MySQL, and then fetch it again with php.

Posted 27 days ago