[Flashcoders] That yellow focus rectangle

2006-05-22 Thread Manuel Saint-Victor

I'm looking for relief from the yellow focus rectangle that happens to movie
clips when they gain focus in my app.
I came across this discussion from
2004http://weblogs.macromedia.com/accessibility/archives/2004/08/simple_text_nav.cfm(see
simple focus)  but am curious if there is now a standard way of approaching
this.

Thanks,
Mani
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] That yellow focus rectangle

2006-05-22 Thread Mischa Williamson

_focusrect = false;

Should do it.

On 5/22/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote:


I'm looking for relief from the yellow focus rectangle that happens to
movie
clips when they gain focus in my app.
I came across this discussion from
2004
http://weblogs.macromedia.com/accessibility/archives/2004/08/simple_text_nav.cfm
(see
simple focus)  but am curious if there is now a standard way of
approaching
this.

Thanks,
Mani
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] That yellow focus rectangle

2006-05-22 Thread Andrew Kirkpatrick
As was pointed out in the blog comments, this is not a good idea since
it has negative implications for accessibility.

The yellow focus rectangle is good for many users.  

AWK

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Mischa Williamson
 Sent: Monday, May 22, 2006 1:00 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] That yellow focus rectangle
 
 _focusrect = false;
 
 Should do it.
 
 On 5/22/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote:
 
  I'm looking for relief from the yellow focus rectangle that 
 happens to 
  movie clips when they gain focus in my app.
  I came across this discussion from
  2004
  
 http://weblogs.macromedia.com/accessibility/archives/2004/08/simple_te
  xt_nav.cfm
  (see
  simple focus)  but am curious if there is now a standard way of 
  approaching this.
 
  Thanks,
  Mani
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training 
  http://www.figleaf.com http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training 
 http://www.figleaf.com http://training.figleaf.com
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com