Hi guys,
Hopefully this is a quick one for someone who has more javascript-fu than I do...
Assume I have a page with an embedded SWF music player, and I want the browser to be able to focus on this player with a keyboard button pressed. Can this be done?
I was thinking of something like <body onLoad="// script to bring player into focus">. The fact is I'll be keeping this page in the background to play music, but I want to be able to alt-tab to it, and immediately have my focus on the player, rather than having to take my hands off the keyboard long enough to move my mouse.
Hoping you guys can help...
/Patch