A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Input textField difficulty

  1. #1
    Member
    Join Date
    May 2007
    Posts
    39

    Input textField difficulty

    I an using Flash Professional CC
    My problem is this: I have an input textField.In which I will input embedded Thai Fonts. The problem is that I must add a few lines of "\" prior to the input so that the odd Thai letters will display properly.
    How do I add this extra space to the inPut field
    thanks

  2. #2
    Designer, Programmer, Musician angelhdz's Avatar
    Join Date
    Mar 2010
    Posts
    971
    youinputname.text = "\n" + "your text here";

    If you want more lines just add more "\n" like this:
    youinputname.text = "\n \n \n" + "your text here";
    Already mastering AS3. It was so fun. Now into Javascript and PHP and all its libraries

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