hi,
can anyone confirm that this particular method works in flash mx 2004 as i am attempting to apply focus to a textfield but with no success at all. i have even tried an absolute path from the root eg.
fldName.tabIndex = 0;
fldEmail.tabIndex = 1;
fldURL.tabIndex = 2;
fldMessage.tabIndex = 3;
Selection.setFocus("_root.content_mc.contact_mc.form_mc.fldName");
any help is greatly appreciated.
Thanks,
coLin