Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

I need to reset Focus to Javascript after the embedded Flash file took focus. (need it for keyboard input) window.focus(); not working.

  • 1 antwoord
  • 10 hebben dit probleem
  • 9 weergaven
  • Laatste antwoord van cor-el

more options

I have a Flash application that use JavaScript for keyboard inputs. At some point the user have to click on a textfield inside the swf. Flash then takes focus away form the JavaScript. I solved this by calling the following Javascript function from Flash>

function setBrowserFocus() { window.focus(); }

This works perfect in IE but not in Firefox 3.6 I made sure that the "Raise or lower windows" is checked in Firefox options.

I have a Flash application that use JavaScript for keyboard inputs. At some point the user have to click on a textfield inside the swf. Flash then takes focus away form the JavaScript. I solved this by calling the following Javascript function from Flash> function setBrowserFocus() { window.focus(); } This works perfect in IE but not in Firefox 3.6 I made sure that the "Raise or lower windows" is checked in Firefox options.

Alle antwoorden (1)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.

The helpers at that forum are more knowledgeable about web development issues.

You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25