[font=Times New Roman]I’ve been having a bit of trouble using the “Selection Object”[/font]
[font=Times New Roman] [/font]
[font=Times New Roman]What I don’t get is when using the “Selection.getFocus()” method, unless you create a movie with a lot of frames, say 60, the user will not have time to select a field for the method to report back on.[/font]
[font=Times New Roman] [/font]
[font=Times New Roman]I have tried the following script in the first frame[/font]
[font=Times New Roman] [/font]
[font=Times New Roman]stop();[/font]
[font=Times New Roman]eval(Selection.getFocus()).text=“Goat”;[/font]
[font=Times New Roman] [/font]
[font=Times New Roman]but because when the movie started playing no field had focus & Flash reports this back –nothing happens when I click into a field.[/font]
[font=Times New Roman] [/font]
[font=Times New Roman]Basically what I’m after is a way to stall Flash until a field is selected.[/font]
[font=Times New Roman] [/font]
[font=‘Times New Roman’]I have got round this by using the “onSetFocus” Listener, but can’t see the point of the other methods if flash will not give them time to trigger?[/font]