Help with webplayer

I have just attempted to build and run a webplayer game for the first time, everything runs fine from within the unity IDE but when i run it through a webpage it just renders the first scene but does not render any of my GUI buttons and my controls dont seem to work :S anyone have any ideas on what could be causing this, if i build for standard pc it works fine only seems to be webplayer.

Might be the game resolution. Just now i tried building a game and the side of my gui is apparently hidden. So i am thinking it might be the gui being too big and it went out your screen.

You have to check in what aspect ratio did you make the game, if you are making game for the web player then use the Web Player ratio, if there is no Web Player ratio option then buit game (Web Build) in some other ratio (like Standalone) and delete that, now check the ratio options, there shoud be Web Player ratio option. This is solution if your GUI element are at the edges of the screen, but for the controls I dont know what could be problem, make shure that you click inside the web player screen when you load the web page.

The GUI controls would deffinatley render in the screen the ratio is set up, Have made sure i have clicked in before trying to use the controls, have tried switching to full screen but it makes no difference :S

Then I really do not know how to help you, sorry.

Just thought people might like to know for the future, the problem was a line of code where I was attempting to get the machine name for logging purposes, took that out and the whole thing decided to work fine! Hope this saves someone the fun that it took me!