Eliminate Focus Rectangle in loaded SWF radio buttons
I am working on a project in Flash Professional (AIR export) that loads an external SWF. The loaded SWF, which loads into the main SWF, has many radio buttons and radio button groups. Buttons have no label, instead using text box labels above each radio button choice.

So, the secondary SWF runs in the primary SWF's timeline/stage.
Would like to eliminate the Focus Rectangle which appears when a secondary SWF's radio button is chosen (clicked). Have tried a number of different scripts in AS3 in the secondary SWF, like radiobutton1.focusRect = false; Nothing has prevented the focus rectangle from displaying. In the main SWF tried this.focusRect = false hoping to disable all focus rectangle activity on the main stage. Didn't work either.
Not sure what to try to get rid of these focus rectangles.
Any suggestions appreciated.
