How do I make my flash object get focus on load?

后端 未结 4 1020
夕颜
夕颜 2021-01-03 02:39

I\'ve been trying to set up this test page for my flash game but it refuses to gain focus on load. I read a bunch of forum entries and didn\'t get it to do anything, I can\'

4条回答
  •  情歌与酒
    2021-01-03 03:37

    I was desperately looking to get this work, just to speed up my own Flash game development to avoid having to click every single time to test my game. So I didn't care if it works in all browsers, so here's one that works only on Chrome.

    
        

    If you've tried focus() before and it didn't work for you, note that you have to use just the embed tag, not the object and param version.

    Tested on Chrome Version 40.0.2214.93 (64-bit).

提交回复
热议问题