PDA

View Full Version : AS2 to AS3 Accessibility


MikeSSB
04-23-2010, 06:39 PM
Can anyone help get me started by converting the following code for me from AS2 to AS3? Thanks

if (!_root._accProps)
_root._accProps = new Object();

_root._accProps.silent = false;

_root._accProps.forceSimple = false;
Accessibility.updateProperties();