Play a unity game without unity web player

I want to put my game on my website (which i know how to do) but I dont want to make my players download unity webplayer (because they think it is a waste of time and space). Is there any way I can publish my game so you can play it like any other game on the web that uses shockwave or flash or something?

Thanks.

There is a new feature where you can export it as webGL. It is a little bit experimental and still in testing but it doesn’t need a plugin.

No. You publish it as a web app (which requires users to have the Unity webplayer installed), or you publish it as a standalone build and let them download and install it locally.