A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Disable editable TextArea Component?

  1. #1
    Member
    Join Date
    Aug 2006
    Posts
    31

    Question Disable editable TextArea Component?

    I have a TextArea component in a flash document, and this TextArea is loading text from a .txt file.

    However, when you're viewing the textarea in a webpage, you can not only select the text that has been loaded into the textarea, but you can also delete the text written there, like it's a word document or something.

    Is there any way I can disable this? I have scoured Google and haven't come up with any answers. Thanks in advance

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    myTextArea.editable = false;
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Member
    Join Date
    Aug 2006
    Posts
    31
    Sorry, i've tried that and it doesn't work for this.

  4. #4
    Member
    Join Date
    Aug 2006
    Posts
    31
    Argh my apologies, for some reason it's working now. I feel like such an idiot, thanks for your help.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center