A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How do I make an INPUT textbox transparent?

  1. #1
    Junior Member
    Join Date
    Dec 2001
    Posts
    22

    How do I make an INPUT textbox transparent?

    I've seen about making static textboxes transparent, but I want to do this to an input textbox, so I can see the background of my site.

    How do I go about doing this.
    sims

  2. #2
    Junior Member
    Join Date
    Dec 2001
    Posts
    22
    I take it this isnt possible then.
    sims

  3. #3
    :
    Join Date
    Dec 2002
    Posts
    3,518

    Maybe try something like this...

    Create your input text field, do NOT select the border option.
    Name the instance - here it is called 'myInTxt', then in your code set:

    myInTxt.border = true;

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