A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Problem with a login screen

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    2

    Problem with a login screen

    Ive done a login screen with some model online here. I want to get and url and that dont work, the button just do nothing and nothing happen, i have var and that sound ok to me...

    If somone can help me please, contact me by msn : firezstormz@msn.com or ICQ 39644244 and i can send my source code.

    I want to learn how to do it, i dont want you to it

    Thank you.

    my code look like that

    on (click) {
    if ("user"eq seb add " password" eq seb) {
    geturl(www.google.com);}
    }

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Its tho other way around. Variables have no quotes and text has.

    Also there is no onClick...

    on (press) {
    if (user == "seb" && password == "seb") {
    getURL("http://www.google.com");
    }
    }

    This is if you have two input textfields with VARIABLE name password and user in the same timeline as the button.

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

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Posts
    2
    That's not working, just doing nothing at all.

    Im clicking an nothing happen. Yes its a 1 frame animation...

    I just dont know what to do with that...

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Either upload a example file then ( MX .fla ) or properly describe what your file looks like.

    To get a proper answer you need to ask proper questions and be as informative as you can.

    "Yes its a 1 frame animation"
    This does not say much. A 1 frame animation where? And what does it have to do with the button?

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

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