Hi,

With Firefox, I have found that if you select an HTML text field and then select a flash movie on the same page then when you go back to the text field you can't type in it unless you first click else where in the HTML page!

I figure the way around this is to put an 'onfocus' handler on the movie embed tag (I'm using swfObject to output) to call 'blur' on the text field. The onfocus event doesn't get fired though.

Any ideas? I just did this... getFlashMovie().onfocus = OnMovieFocus;

Works in IE although I think that uses the object tag. This isn't such a great design anyway because it would mean putting a handler on all Flash movies in the page.

Cheers,

CN.