Search This Blog

Mind freaker Stuff

Please Visit my new blog http://www.mindfreakerstuff.com for new articles related to web and mobile designing.

Sunday, November 27, 2011

Set Focus to Dynamic Textfeild and Tab Index in Flash Action Script 2



To Set Focus 

Selection.setFocus(textfeild_Instrance_name);

Adding Tab Index To flash Form


textfeild_Instrance_name.tabIndex = 1;
textfeild_Instrance_name2.tabIndex = 2;

No comments:

Post a Comment