focus on input text
I embedded a .swf movie in my html like so:
Code:<object width="500" height="560">
<param name="movie" value="http://www.wierema.nl/film.swf">
<embed src="http://www.wierema.nl/film.swf" width="500" height="560">
</embed>
</object>
And in my .swf i put the following code: in the general properties of the movie:
Code:Selection.setFocus("film_text");
film_text being the instance name of the input field. And when I just open my .swf it focuses likes it supposed to. However when I embed it in my HTML page, the focus is lost. How do I get it so that even when embedded in my HTML it focuses on the input field (you see the vertical line blinking...)
see the action here
___________________
![]()
