A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: flash 5 and keyboard

  1. #1
    how do i make flash5 (.swf) so thes you can not exit the move by pressing ( alt f4 ) and ( ctrl alt del )

    or just how do i tel flash to turn the ( alt ) key off

  2. #2
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    Martin, disabling this feature might anoy some users ?

  3. #3
    It is for a password screen on a project i am working on for my home and work pc

  4. #4
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    Just guessing here but why not try assigning other 'blind' commands to those keys ...

  5. #5
    cool how do i assign comands to keys ( eg: alt ) key

  6. #6
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    Not sure if this will work as I know some key's are disabled but try

    Code:
    onKepPress (<alt>) {
    //do action
    }
    [Edited by Peter H on 02-02-2001 at 07:34 AM]

  7. #7
    cool stuff It works Thanks!!!!!!!!

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