embed unity web player in website

hello

i do not know if this is the right thread or not

but

right now i upload my unity3d file and html file to google docs

then i created this code using this tutorial:

<iframe id=”" name=”" src=”https://c94f7e475c7659ee4ccbf6cdc7964f3cb25bec69.googledrive.com/host/0BzR73x5dCHdZenhLMVUtUEJLSlE/racegame.html” marginheight=”0″ frameborder=”0″ width=”960″ height=”600″ scrolling=”no”></iframe>

but it says when i load the page “cant find file or directory”

but when i press the link that is in the code the game loads fine

someone knows what the problem is

I am not familiar with the concept but maybe it is because the link you use is private. The game loads fine because you are logged in to your drive account. Try creating a public link.

i fixed it dont know why something wrong with the code i guess
the code i use now is

    <iframe src="https://c94f7e475c7659ee4ccbf6cdc7964f3cb25bec69.googledrive.com/host/0BzR73x5dCHdZenhLMVUtUEJLSlE/racegame.html" width="960" height="650" scrolling="no">