A Flash Developer Resource Site

Search:

Type: Posts; User: kevineleven

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    52,862

    Would this be less fast?

    try
    {
    _conatiner.setChildIndex(this, this.y);
    }
    catch ( e:RangeError )
    {
    trace("It's ok - I know this will be out of bounds - run it anyway");
    }

    use setChildIndex and catch then ignore the...
  2. disabling System.setClipboard - but from the OUTSIDE?

    Is there any way of disabling a call to System.setClipboard using only the parameters in the embed code and/or crossdomain.xml? I have a .swf that clears the clipboard when run. any help...
Results 1 to 2 of 2




Click Here to Expand Forum to Full Width

HTML5 Development Center