The games seems ok, but you should consider changing the controls or at least allow the player to change them in some options menu.
The problem is that in Flash or other browser games the ctrl, alt, cmd keys (modifier keys) are often used for system or program specific commands, which is a problem. For example in MacOS ctrl + arrow is used for switching "spaces" and other desktop-related tasks, making the game almost impossible to play. On standalone games this is no problem, but not in the browser.
So, good game design practice for in-browser gaming: do not use modifier keys! ;)