views:

1098

answers:

1

Hello,

How do i remove the yellow border - focusRect - in as3 I've tried Stage.focusRect = false but that doesn't do the job.

Thx for the help!

With kind regards.

A: 

stage.stageFocusRect = false;

:)