Flickering Lights in Web Player

Hi Guys!
Finally finished my 2nd game project: a simple shooting range to teach me more of Unity. It isn’t much, but it taught me a lot! The problem is, the lights are flickering. They will come on and off depending on where I move. This only happens in the Web Player, not in the editor. Yes, I have the number of Pixel Lights set to the number of lights in the scene. I don’t know what the problem is. Thanks for the help!

P.S. Here is a the Web Player Build:
https://dl.dropboxusercontent.com/u/33872519/Build%20Files/Build%20Files.html

This is to do with the quality settings.

If the quality settings are low then lights wont act properly.

Try adding a small line of code that will make sure the quality settings is set to the one you customized.

If that doesn’t help, you might want to increasing the pixel lights even more or maybe play around with the other settings.