A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Disable keyboard shortcuts via Actionscript

  1. #1
    Junior Member
    Join Date
    Sep 2006
    Posts
    4

    Disable keyboard shortcuts via Actionscript

    Hi All,

    Hopefully an easy question!?

    I have SlideShowPro (Photo Gallery) installed that can be navigated via arrow keys and various keyboard shortcuts. However on the same SWF is also a contact form...now whenever you fill it in and use the 'F' key it tries to put the flash file into Full Screen.

    How can I disable all shortcuts when in frame 30 of my SWF (the contact form) and then re-enable them when moving away from that frame. Obviously I want to keep Full Screen and shortcuts enabled for the gallery so I guess ideally I just want to disable the F shortcut or all shortcuts on that one frame.

    Using Flash CS5 with SlideshowPro. Have looked over the web but can't find very much on this issue at all (surprising?)

    Thanks

    Chris


  2. #2
    AS2 intolerant person
    Join Date
    Jan 2009
    Location
    Swansea
    Posts
    352
    i assume you used an event (KeyboardEvent) to enable the arrow key interaction, when you want to disable it, you simply remove the event, and apply it again when you want it to work again.

    flos

  3. #3
    Junior Member
    Join Date
    Sep 2006
    Posts
    4
    Hi flos

    I haven't added anything manually to it. I think the full screen 'F' might be part of SlideshowPro but originally thought it was a normal flash shortcut.

    However when the contact form is on Stage, SlideshowPro isnt. Is there a command I can use to disable shortcuts for that specific frame?

    Thanks

  4. #4
    AS2 intolerant person
    Join Date
    Jan 2009
    Location
    Swansea
    Posts
    352
    you might try adding keyboard events which fire empty functions to the keys you want to disable.

    not sure if it will work however.

    flos

Tags for this Thread

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