A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: found a way to 'disable' printScreen

  1. #1
    No title shall i give thee!
    Join Date
    Oct 2003
    Location
    Estonia
    Posts
    41

    found a way to 'disable' printScreen

    add this code to some MC

    Code:
    onClipEvent(enterFrame){
      if(Key.isDown(44)){System.setClipboard("copyright protection")}
    }

  2. #2
    Senior Member
    Join Date
    Jul 2004
    Posts
    226
    cool

  3. #3
    Senior Member
    Join Date
    Jul 2004
    Posts
    226
    System.setClipboard("copyright protection")
    what is this code, and what else can you control with it? do you know where i can find more info?

  4. #4
    No title shall i give thee!
    Join Date
    Oct 2003
    Location
    Estonia
    Posts
    41
    it sends a string to clipboard, in this case : "copyright protection"
    i got it from flashMX 2004 actions reference, the SYSTEM gategory

  5. #5
    Senior Member
    Join Date
    Jul 2004
    Posts
    226
    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