View Single Post
  #3 (permalink)  
Old 02-24-2008, 09:47 PM
aramesh aramesh is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 72
aramesh is on a distinguished road
Default Re: How use the short cuts for button in Flash

_accProps property:

Lets you control screen reader accessibilityoptions for SWF files, movie clips, buttons, dynamic text fields, and input textfields at runtime. Theseproperties override the corresponding settings available in the Accessibilitypanel during authoring. For changes to these properties to take effect,you must call Accessibility.updateProperties().

Its properties are "silent, forceSimple, name, description, shortcut".

We can simply store the shortcut values to that movieclip thats all.

Regards
A.Ramesh
Reply With Quote