Yellow Frame
Date: Aug 29, 2007
Views: 1089
Question:
I am getting a Yellow Frame that affects the look and feel of the Flow List, I am exporting the SWF as Flash 8 and AS 2, do you have any information on this issue.
Answer:
| ranger (Admin) |
The yellow box around the component is a default focus rectangle. You can turn it off by setting the _focusrect property to false. Property specifies whether a yellow rectangle appears around the button or movie clip that has keyboard focus. If _focusrect is set to its default value of true, then a yellow rectangle appears around the currently focused button or movie clip as the user presses the Tab key to navigate through objects in a SWF file. Specify false if you do not want to show the yellow rectangle. This is a global property that can be overridden for specific instances. myComponent._focusrect = false; |
