How to connect JavaScript on web site with code in Unity obj

Hello all,

I wonder if some one explain in short words (or web-link) how to connect JavaScript on web site with code in Unity object and vice versa, for call website JavaScript functions from embedded Unity Object. This needs for integrate each other improvements in one web interface.

P.S. maybe this topic more for this forum http://forum.unity3d.com/viewforum.php?f=17

Look up the WWW interface in Unity, that is one way to handle it.

Thx man, i’ll try it, I was think before, that this class only for client-server works…

This might be what you are looking for:
Unity Web Player and browser communication

Thx! Exactly what I needs!!