Yea,but multiplayer is for iphone.i works in windows.
The exemple works,but i want game into a webplayer,and don’t want user create server,but only joining game.
You should read the documentation about Unity’s networking. You need a server and a client.
Without the server you can’t use Unity’s networking solution.
You could look at some alternatives… SmartFox, Photon, …
Also the example isn’t for Iphone, it also works in the webplayer or standalone.