Question
focusManager.setFocus
I have made one loging screen in Flash there I am setting
focus for the Email Field first when the page loads.
Following are the lines of code I have used
Now the problem I am facing is it works fine Flash Authoring environment but it does not works in the Browser unless user clicks on the swf object anywhere.
Please help me out and also let me know your comments about the site look and feel.
Following are the lines of code I have used
Selection.setFocus("emailBox");
Now the problem I am facing is it works fine Flash Authoring environment but it does not works in the Browser unless user clicks on the swf object anywhere.
Please help me out and also let me know your comments about the site look and feel.