Focus not working on each frame

I have a quiz that requires a letter be input on each frame, and I’m trying to get the cursor to focus on the input text box using;

Selection.setFocus(“instance name”);

It worked when I put it on the first frame, but after I put it on the others it stopped.

Anybody know how to get it to work, it’s going on the web so if there are other issues involved please let me know.

Cheers