A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: sign in pages?

  1. #1
    Member
    Join Date
    Jul 2001
    Posts
    86

    sign in pages?

    Im building a site that requires a 1 word sign in page.
    Is there a tuoral on how to make the sign in page? Please help. thanks.

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Make a input textfield with variable name myPass.

    On a button beside it have...

    on(release){
    if(myPass == "someWord"){
    // Its corret, action here
    }else{
    // Incorrect action here
    }
    }

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Member
    Join Date
    Jul 2001
    Posts
    86

    ????

    Whats an input text feild?
    Is there a tutoral for this ?
    Thanks Pell

  4. #4
    Member
    Join Date
    Jul 2001
    Posts
    86

    ?????

    Im using flash 5

  5. #5
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    To be able to write in a textfield in Flash you have to selet it to be a input textfied inastead odf static.

    To be able to compare what is being written in the textfield with your password you need to give the input textfield a variable name.

    This is the easiest ( a non safest way ) to make a login. For other solutions the Tutorials page might give you more advanced methods.
    http://www.flashkit.com/search.php?t...ge=1&x=38&y=12

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  6. #6
    The Ancient
    Join Date
    Mar 2000
    Location
    Las Vegas, USA
    Posts
    213
    It sounds like you are very new to Flash. I would recommend going through the basic tutorials included with Flash. I believe they are located in Help->Tutorials. THat will help you get started on the basics.
    jahasloth

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