How to Create a Login Page in Adobe Flash

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ค. 2024
  • How to create a login page in a website or flash application using Adobe Flash

ความคิดเห็น • 7

  • @grandmahamster2306
    @grandmahamster2306 3 ปีที่แล้ว

    Thanks very much bro!

  • @viewpratama1
    @viewpratama1 7 ปีที่แล้ว

    thanks very much

  • @blake4546
    @blake4546 6 ปีที่แล้ว

    thanks for this tutorial

  • @magnificentplays4454
    @magnificentplays4454 5 ปีที่แล้ว

    Thanks it help a lot

  • @bahasa_bali
    @bahasa_bali 7 ปีที่แล้ว +1

    Halo tutorinn
    how to create input name without pass input,,
    and user must fill the box input with name...
    if input name blank or empty, user can go to next frame...
    sory for my english...

  • @justinguiriba8163
    @justinguiriba8163 8 ปีที่แล้ว

    pls send the code

  • @dreamcapturebali1584
    @dreamcapturebali1584 5 ปีที่แล้ว +3

    import flashevents.MouseEvent;
    stop();
    function passwordcheck (e:MouseEvent):void{
    if (username1.text=="user" && password1.text=="password")
    { gotoAndStop(2);}
    }